lineno()
The line number of the current token. This value starts from 1. This method is valid only in event handlers.
# File ext/ripper/lib/ripper/filter.rb, line 39 def lineno @__line end