supressing nil attributes on objects
This commit is contained in:
@ -83,5 +83,11 @@ module Virtual
|
||||
end
|
||||
attr_reader :to , :from
|
||||
end
|
||||
|
||||
|
||||
class ObjectGet < Instruction
|
||||
def initialize name
|
||||
@name = name.to_sym
|
||||
end
|
||||
attr_reader :name
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user