summaryrefslogtreecommitdiff
path: root/test/psych/test_object.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/psych] Raise specific error when aliases are not enabledAlexander Momchilov2022-08-091-1/+1
* [ruby/psych] Don't hardcode expected alias namesAlexander Momchilov2022-08-091-8/+5
* [ruby/psych] Test that recursive refs dump as aliasesAlexander Momchilov2022-08-091-0/+12
* [ruby/psych] Introduce `Psych.unsafe_load`Aaron Patterson2021-05-171-2/+2
* Merge psych-3.0.0.beta3 from ruby/psych.hsbt2017-07-141-1/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * test/psych/test_*.rb: use require_relative to require local libraryxibbar2013-03-261-1/+1
* * ext/psych/lib/psych/visitors/to_ruby.rb: Fix cyclic references oftenderlove2011-06-211-0/+17
* converting require_relative to just regular requirestenderlove2011-03-301-1/+1
* * test/psych/*: switching tests to use relative require.tenderlove2010-03-291-1/+1
* * ext/psych/*: importing Psych to trunktenderlove2010-03-281-0/+27