using yaml as the storage format of the result as it handles graphs out of the box
This commit is contained in:
@ -23,7 +23,7 @@ module Virtual
|
||||
end
|
||||
|
||||
def inspect
|
||||
self.class.name + ".new(" + attributes.collect{|a| send(a).inspect }.join(",")+ ")"
|
||||
to_yaml
|
||||
end
|
||||
|
||||
def self.space
|
||||
|
Reference in New Issue
Block a user