Object
# File lib/storable.rb, line 494 def initialize from @hash = from end
# File lib/storable.rb, line 497 def [](key) @hash[meth.to_sym] end
# File lib/storable.rb, line 500 def method_missing(meth,*args) @hash[meth.to_sym] end
[Validate]
Generated with the Darkfish Rdoc Generator 2.