Extended maintenance of Ruby versions 1.8.7 and 1.9.2 ended on July 31, 2014. Read more
PStore
# File yaml/store.rb, line 18 def dump(table) @table.to_yaml(@opt) end
# File yaml/store.rb, line 40 def empty_marshal_checksum EMPTY_MARSHAL_CHECKSUM end
# File yaml/store.rb, line 37 def empty_marshal_data EMPTY_MARSHAL_DATA end