lib/taza/entity.rb in scudco-taza-0.8.5 vs lib/taza/entity.rb in scudco-taza-0.8.6
- old
+ new
@@ -39,9 +39,13 @@
else
@hash[key]
end
end
+ def to_hash
+ @hash
+ end
+
private
def create_method(name, &block) # :nodoc:
self.class.send(:define_method, name, &block)
end