minor whitespace and renaming

This commit is contained in:
Torsten Ruger
2016-12-30 18:39:49 +02:00
parent 4ef8997854
commit a82c9e8fb1
8 changed files with 37 additions and 48 deletions

View File

@ -1,5 +1,5 @@
# Integer class for representing mathods on Integers
# Integer class for representing maths on Integers
# Integers are Values (not Objects),
# - they have fixed value
# - they are immutable

View File

@ -17,8 +17,6 @@ module Parfait
class Object
# we define new, so we can do memory layout also at compile time.
# At compile time we fake memory by using a global array for pages
def self.new *args
object = self.allocate