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+.