first method test
This commit is contained in:
@ -1,7 +1,3 @@
|
||||
module Boot
|
||||
class BootSoace
|
||||
end
|
||||
end
|
||||
module Virtual
|
||||
# our machine is made up of objects, some of which are code, some data
|
||||
#
|
||||
@ -26,6 +22,10 @@ module Virtual
|
||||
return true
|
||||
end
|
||||
|
||||
def inspect
|
||||
self.class.name + ".new(" + attributes.collect{|a| send(a).inspect }.join(",")+ ")"
|
||||
end
|
||||
|
||||
def self.space
|
||||
if defined? @@space
|
||||
@@space
|
||||
|
Reference in New Issue
Block a user