summaryrefslogtreecommitdiff
path: root/lib/yaml/store.rb
AgeCommit message (Expand)Author
2021-05-17Workaround with fbb4e3f96c10de2240f2d87eac19cf6f62f65fea in yaml/store.rbHiroshi SHIBATA
2016-09-29* lib/yaml/store.rb (YAML::Store#dump): use table argument instead of @table ...kazu
2016-09-29update call-seq of YAML::Store#initialize [ci skip]kazu
2016-09-29fix YAML::Storekazu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2011-10-02* lib/yaml/store.rb: make initialize method signature match thetenderlove
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 nottenderlove
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 emptymatz
2008-04-10* lib/pstore.rb (PStore::dump, PStore::load): allow subclassmatz
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 firstwhy
2003-05-09Initial checkin of YAML substances.why