# File rparsec/context.rb, line 27 def error_input return nil if @error.nil? err = @error err = err.last if err.kind_of? Array err.input end