Class: Prism::LexCompat::IdentToken
- Defined in:
- lib/prism/lex_compat.rb
Overview
Ident tokens for the most part are exactly the same, except sometimes we know an ident is a local when ripper doesn’t (when they are introduced through named captures in regular expressions). In that case we don’t compare the state.
Instance Method Summary collapse
-
#==(other) ⇒ Object
:nodoc:.