• Alex Kalderimis's avatar
    Further simplification of parsing · 9b260b67
    Alex Kalderimis authored
    This moves all error handling to a single call to `valid?`, eliminating
    the need to store the input string on the identifier, and allowing
    removal of several methods. In return, all other methods are made
    nil-safe.
    9b260b67
identifier_spec.rb 2.93 KB