# File lib/ruby_parser_extras.rb, line 60
  def current_line # HAHA fuck you (HACK)
    string_to_pos[/\A.*__LINE__/m].split(/\n/).size
  end