aboutsummaryrefslogtreecommitdiffstats
path: root/lib/yaml/store.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib/yaml/store.rb (YAML::Store#dump): use table argument instead of @table ...kazu2016-09-291-1/+1
* update call-seq of YAML::Store#initialize [ci skip]kazu2016-09-291-0/+1
* fix YAML::Storekazu2016-09-291-9/+12
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/yaml/store.rb: make initialize method signature match thetenderlove2011-10-021-10/+5
* * lib/yaml/dbm.rb: Add documentation. Patch by Justin Collins.drbrain2011-05-141-0/+43
* * ext/syck/lib/syck/dbm.rb: moved to lib/yaml/dbm.rb since it is nottenderlove2010-04-111-0/+43
* * lib/yaml: Moved to ext/syck/lib, Syck only uses Syck constant.tenderlove2010-04-031-43/+0
* * lib/yaml/store.rb (YAML::load): modified to support emptymatz2008-04-111-1/+15
* * lib/pstore.rb (PStore::dump, PStore::load): allow subclassmatz2008-04-101-2/+2
* * lib/pstore.rb (transaction): allow overriding dump and load.matz2004-05-271-66/+19
* * lib/yaml/store.rb: use FileUtils::copy.eban2004-05-091-1/+2
* * lib/yaml/store.rb (YAML::Store#initialize): filename is firstwhy2003-08-011-1/+1
* Initial checkin of YAML substances.why2003-05-091-0/+75