From a0a6fd7328dd1b22a38b406088752d631a398a7b Mon Sep 17 00:00:00 2001 From: kazu Date: Thu, 29 Sep 2016 13:56:11 +0000 Subject: 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 --- lib/yaml/store.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/yaml/store.rb') 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+. -- cgit v1.2.3