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 yarp/lex_compat.rb, line 214 def ==(other) self[0...-1] == other[0...-1] end