diff options
author | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-09-29 13:56:11 +0000 |
---|---|---|
committer | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-09-29 13:56:11 +0000 |
commit | a0a6fd7328dd1b22a38b406088752d631a398a7b (patch) | |
tree | 1dc6811f26c3d087fdc14104384c75f1873d18c2 /lib/yaml/store.rb | |
parent | b9814bee02a4192fff1aa2fb4bf4f92080dd36e3 (diff) |
update call-seq of YAML::Store#initialize [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56293 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/yaml/store.rb')
-rw-r--r-- | lib/yaml/store.rb | 1 |
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+. |