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

#call

Class Method Details

.instanceObject



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

def self.instance
  @__instance__ ||= new
end