mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/yaml/store.rb (YAML::Store#dump): use table argument instead of @table directly.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56294 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a0a6fd7328
commit
c249453c2a
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Thu Sep 29 23:38:04 2016 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
|
||||
|
||||
* lib/yaml/store.rb (YAML::Store#dump): use table argument instead
|
||||
of @table directly.
|
||||
|
||||
Thu Sep 29 22:22:22 2016 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
|
||||
|
||||
* lib/yaml/store.rb (YAML::Store#initialize): Fix arguments.
|
||||
|
|
|
@ -61,7 +61,7 @@ class YAML::Store < PStore
|
|||
# :stopdoc:
|
||||
|
||||
def dump(table)
|
||||
@table.to_yaml(@opt)
|
||||
table.to_yaml(@opt)
|
||||
end
|
||||
|
||||
def load(content)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue