minor whitespace and renaming
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user