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