Method: EBNF::PEG::Parser::Unmatched#to_s

Defined in:
lib/ebnf/peg/parser.rb

#to_sObject



527
528
529
# File 'lib/ebnf/peg/parser.rb', line 527

def to_s
  "syntax error, expecting #{expecting.map(&:inspect).join(', ')}"
end