# File lib/ruby_parser_extras.rb, line 58
  def was_begin_of_line # TODO: kill me
    pos <= 2 or string[pos-2] == ?\n
  end