ruby-changes:44220
From: kazu <ko1@a...>
Date: Thu, 29 Sep 2016 22:56:15 +0900 (JST)
Subject: [ruby-changes:44220] kazu:r56293 (trunk): update call-seq of YAML::Store#initialize [ci skip]
kazu 2016-09-29 22:56:11 +0900 (Thu, 29 Sep 2016) New Revision: 56293 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=56293 Log: update call-seq of YAML::Store#initialize [ci skip] Modified files: trunk/lib/yaml/store.rb Index: lib/yaml/store.rb =================================================================== --- lib/yaml/store.rb (revision 56292) +++ lib/yaml/store.rb (revision 56293) @@ -39,6 +39,7 @@ require 'pstore' https://github.com/ruby/ruby/blob/trunk/lib/yaml/store.rb#L39 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+. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/