PStore
# File yaml/store.rb, line 8 def initialize( *o ) @opt = YAML::DEFAULTS.dup if String === o.first super(o.shift) end if o.last.is_a? Hash @opt.update(o.pop) end end
# File yaml/store.rb, line 18 def dump(table) @table.to_yaml(@opt) end
# File yaml/store.rb, line 22 def load(content) YAML::load(content) end
# File yaml/store.rb, line 26 def load_file(file) YAML::load(file) end
This page was generated for Ruby 1.8.6
Ruby-doc.org is a service of James Britt and Neurogami, an erratic source of art, music, and technology.
Generated with Ruby-doc Rdoc Generator 0.44.0.