state()
The scanner’s state of the current token. This value is the bitwise OR of zero or more of the +Ripper::EXPR_*+ constants.
# File ext/ripper/lib/ripper/filter.rb, line 52 def state @__state end