aboutsummaryrefslogtreecommitdiffstats
path: root/lib/yaml
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-29 13:56:11 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-29 13:56:11 +0000
commitad27aec515f82fa18ba6ca932b495d6f2c08f0ac (patch)
tree1dc6811f26c3d087fdc14104384c75f1873d18c2 /lib/yaml
parent8eab4c042df2f7385bfb20d63f357932307ae632 (diff)
downloadruby-ad27aec515f82fa18ba6ca932b495d6f2c08f0ac.tar.gz
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')
-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+.