# File rparsec/context.rb, line 77
  def get_current_input
    return nil if eof
    current
  end