Class: L43Peg::Parsers::EndParser
- Inherits:
-
L43Peg::Parser
- Object
- L43Peg::Parser
- L43Peg::Parsers::EndParser
- Defined in:
- lib/l43_peg/parsers/end_parser.rb
Instance Attribute Summary
Attributes inherited from L43Peg::Parser
Class Method Summary collapse
Methods inherited from L43Peg::Parser
#boxed, #call, #debug, #ignore, #lazy, #many, #map, #map_error, #satisfy
Class Method Details
.instance ⇒ Object
8 9 10 |
# File 'lib/l43_peg/parsers/end_parser.rb', line 8 def instance @__instance__ ||= _mk_end_parser end |