method
dump
v1_9_2_180 -
Show latest stable
- Class:
YAML::Store
dump(table)public
No documentation available.
# File lib/yaml/store.rb, line 18
def dump(table)
@table.to_yaml(@opt)
end dump(table)No documentation available.
# File lib/yaml/store.rb, line 18
def dump(table)
@table.to_yaml(@opt)
end