summaryrefslogtreecommitdiff
path: root/lib/psych/nodes/node.rb
Commit message (Expand)AuthorAgeFilesLines
* Add strict_integer option to parse numbers with commas as stringsSeth Boyles2022-01-141-2/+2
* Prefer `require_relative` for internal requiresDavid Rodríguez2021-10-061-2/+2
* Implement a freeze load optionJean Boussier2019-11-281-2/+2
* Refactor `symbolize_names`Jean Boussier2019-11-281-2/+2
* Add a predicate method to each nodeAaron Patterson2017-12-201-0/+7
* Add location information to Psych::Nodes::NodeAry Borenszweig2017-08-021-0/+12
* make frozen_string_literal: truefrozenSHIBATA Hiroshi2017-06-191-1/+1
* Temporary disabled to frozen literal string.SHIBATA Hiroshi2016-02-231-0/+1
* * ext/psych/lib/psych.rb: Adding Psych.safe_load for loading a userAaron Patterson2013-05-141-1/+3
* Use `yaml` rather than `to_yaml` to avoid ENGINE changes removing thisAaron Patterson2011-10-031-1/+2
* * ext/psych/lib/psych/nodes/node.rb: default `to_yaml` encoding to beAaron Patterson2011-08-241-1/+1
* merging from rubyAaron Patterson2011-02-061-1/+8
* syncing up with ruby trunkAaron Patterson2011-01-211-0/+3
* options are being used, :canonical and :indentation are supportedAaron Patterson2010-07-071-2/+2
* merging from ruby to psychAaron Patterson2010-04-091-4/+6
* removing stuffAaron Patterson2010-01-161-2/+0
* more docsAaron Patterson2010-01-161-0/+12
* a few tokenizer tweeksAaron Patterson2010-01-151-0/+1
* adding syck compatible methodsAaron Patterson2009-09-291-0/+1
* sequences emitAaron Patterson2009-09-291-0/+8
* adding to_rubyAaron Patterson2009-09-281-0/+4
* moving constants around, starting the to_ruby visitorAaron Patterson2009-09-281-0/+2
* addign document and stream nodesAaron Patterson2009-09-271-0/+14