ruby/ext/psych
Mau Magnaguagno 67ee91a305 [ruby/psych] Prefer each_char in Psych::Visitors::Visitor::ToRuby#deserialize
Use safe navigation operator with each_char to remove empty strings and improve readability.

https://github.com/ruby/psych/commit/5fe714b216
2023-11-27 01:35:08 +00:00
..
lib [ruby/psych] Prefer each_char in Psych::Visitors::Visitor::ToRuby#deserialize 2023-11-27 01:35:08 +00:00
.gitignore Ignore yaml source 2022-04-05 14:31:54 +09:00
depend Update the depend files 2023-02-28 09:09:00 -08:00
extconf.rb [ruby/psych] configure of libyaml couldn't detect "arm64-apple-darwin22" for build host. 2023-01-17 08:26:22 +00:00
psych.c [ruby/psych] Make Ractor-ready. 2020-12-23 01:08:38 -05:00
psych.gemspec [ruby/psych] Comment out the code used to expand the file list [ci skip] 2023-06-12 12:31:52 +00:00
psych.h
psych_emitter.c
psych_emitter.h
psych_parser.c [ruby/psych] Convert some of Parser#parse to Ruby 2022-09-20 00:44:30 +09:00
psych_parser.h
psych_to_ruby.c
psych_to_ruby.h
psych_yaml_tree.c Remove private_iv_get 2020-09-25 13:11:32 +09:00
psych_yaml_tree.h