summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/yaml/store.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/yaml/store.rb b/lib/yaml/store.rb
index 370e45f584..3c9b8817e4 100644
--- a/lib/yaml/store.rb
+++ b/lib/yaml/store.rb
@@ -61,7 +61,7 @@ class YAML::Store < PStore
# :stopdoc:
def dump(table)
- @table.to_yaml(@opt)
+ table.to_yaml(@opt)
end
def load(content)