1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/psych
tenderlove 8cf05741bc * ext/psych/lib/psych/visitors/to_ruby.rb: Added support for loading
subclasses of String with ivars
* ext/psych/lib/psych/visitors/yaml_tree.rb: Added support for dumping
  subclasses of String with ivars
* test/psych/test_string.rb: corresponding tests

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34330 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-01-18 03:52:01 +00:00
..
lib * ext/psych/lib/psych/visitors/to_ruby.rb: Added support for loading 2012-01-18 03:52:01 +00:00
emitter.c * ext/psych/emitter.c: fixing clang warnings. Thanks Joey! 2011-12-20 17:37:41 +00:00
emitter.h
extconf.rb
parser.c * ext/psych/parser.c (parse): parse method can take an option file 2011-11-30 00:10:31 +00:00
parser.h
psych.c
psych.gemspec
psych.h
to_ruby.c
to_ruby.h
yaml_tree.c
yaml_tree.h