Class: L43Peg::Parsers::EndParser

Inherits:
L43Peg::Parser show all
Defined in:
lib/l43_peg/parsers/end_parser.rb

Instance Attribute Summary

Attributes inherited from L43Peg::Parser

#fn, #name

Class Method Summary collapse

Methods inherited from L43Peg::Parser

#boxed, #call, #debug, #ignore, #lazy, #many, #map, #map_error, #satisfy

Class Method Details

.instanceObject



8
9
10
# File 'lib/l43_peg/parsers/end_parser.rb', line 8

def instance
  @__instance__ ||= _mk_end_parser
end