ruby/ext/psych/lib/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.

5fe714b216
2023-11-27 01:35:08 +00:00
..
handlers [ruby/psych] Prefer require_relative for internal requires 2021-10-24 08:49:14 +09:00
json [ruby/psych] Prefer require_relative for internal requires 2021-10-24 08:49:14 +09:00
nodes [ruby/psych] Add strict_integer option to parse numbers with commas as strings 2022-01-22 10:00:51 +09:00
visitors [ruby/psych] Prefer each_char in Psych::Visitors::Visitor::ToRuby#deserialize 2023-11-27 01:35:08 +00:00
class_loader.rb [ruby/psych] Get rid of anonymous eval calls 2023-01-11 10:08:13 +00:00
coder.rb
core_ext.rb [ruby/psych] Prefer require_relative for internal requires 2021-10-24 08:49:14 +09:00
exception.rb [ruby/psych] Raise specific error when an anchor isn't defined 2022-08-09 01:33:34 +09:00
handler.rb [ruby/psych] Fix some typos [ci skip] 2021-05-10 19:19:35 +09:00
nodes.rb [ruby/psych] Prefer require_relative for internal requires 2021-10-24 08:49:14 +09:00
omap.rb
parser.rb [ruby/psych] Convert some of Parser#parse to Ruby 2022-09-20 00:44:30 +09:00
scalar_scanner.rb [ruby/psych] Dump Date/DateTime as proleptic Gregorian date as well as Time 2022-09-07 09:44:14 +09:00
set.rb
stream.rb
streaming.rb
syntax_error.rb [ruby/psych] Prefer require_relative for internal requires 2021-10-24 08:49:14 +09:00
tree_builder.rb [ruby/psych] Get rid of anonymous eval calls 2023-01-11 10:08:13 +00:00
versions.rb [ruby/psych] Bump up v5.1.1.1 2023-10-16 11:55:01 +00:00
visitors.rb [ruby/psych] Prefer require_relative for internal requires 2021-10-24 08:49:14 +09:00
y.rb