index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
yaml
/
store.rb
Age
Commit message (
Expand
)
Author
2021-05-17
Workaround with fbb4e3f96c10de2240f2d87eac19cf6f62f65fea in yaml/store.rb
Hiroshi SHIBATA
2016-09-29
* lib/yaml/store.rb (YAML::Store#dump): use table argument instead of @table ...
kazu
2016-09-29
update call-seq of YAML::Store#initialize [ci skip]
kazu
2016-09-29
fix YAML::Store
kazu
2015-12-16
Add frozen_string_literal: false for all files
naruse
2011-10-02
* lib/yaml/store.rb: make initialize method signature match the
tenderlove
2011-05-14
* lib/yaml/dbm.rb: Add documentation. Patch by Justin Collins.
drbrain
2010-04-11
* ext/syck/lib/syck/dbm.rb: moved to lib/yaml/dbm.rb since it is not
tenderlove
2010-04-03
* lib/yaml: Moved to ext/syck/lib, Syck only uses Syck constant.
tenderlove
2008-04-11
* lib/yaml/store.rb (YAML::load): modified to support empty
matz
2008-04-10
* lib/pstore.rb (PStore::dump, PStore::load): allow subclass
matz
2004-05-27
* lib/pstore.rb (transaction): allow overriding dump and load.
matz
2004-05-09
* lib/yaml/store.rb: use FileUtils::copy.
eban
2003-08-01
* lib/yaml/store.rb (YAML::Store#initialize): filename is first
why
2003-05-09
Initial checkin of YAML substances.
why