class YARP::LexCompat::IgnoreStateToken
Tokens where state should be ignored used for :on_comment, :on_heredoc_end, :on_embexpr_end
Public Instance Methods
==(other)
click to toggle source
# File lib/yarp/lex_compat.rb, line 215 def ==(other) self[0...-1] == other[0...-1] end