mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
b9814bee02
commit
a0a6fd7328
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ require 'pstore'
|
||||||
class YAML::Store < PStore
|
class YAML::Store < PStore
|
||||||
|
|
||||||
# :call-seq:
|
# :call-seq:
|
||||||
|
# initialize( file_name, yaml_opts = {} )
|
||||||
# initialize( file_name, thread_safe = false, yaml_opts = {} )
|
# initialize( file_name, thread_safe = false, yaml_opts = {} )
|
||||||
#
|
#
|
||||||
# Creates a new YAML::Store object, which will store data in +file_name+.
|
# Creates a new YAML::Store object, which will store data in +file_name+.
|
||||||
|
|
Loading…
Reference in a new issue