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