ruby / psych

A libyaml wrapper for Ruby
MIT License
566 stars 206 forks source link

Prefer each_char in Psych::Visitors::Visitor::ToRuby#deserialize #662

Closed Maumagnaguagno closed 12 months ago

Maumagnaguagno commented 12 months ago

Use safe navigation operator with each_char to remove empty strings and improve readability.