summaryrefslogtreecommitdiff
path: root/lib/yaml/store.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/yaml/store.rb')
-rw-r--r--lib/yaml/store.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/yaml/store.rb b/lib/yaml/store.rb
index 8a4c22fb4d..370e45f584 100644
--- a/lib/yaml/store.rb
+++ b/lib/yaml/store.rb
@@ -39,6 +39,7 @@ require 'pstore'
class YAML::Store < PStore
# :call-seq:
+ # initialize( file_name, yaml_opts = {} )
# initialize( file_name, thread_safe = false, yaml_opts = {} )
#
# Creates a new YAML::Store object, which will store data in +file_name+.