Class: L43Peg::Parsers::FailureParser

Inherits:
L43Peg::Parser show all
Defined in:
lib/l43_peg/parsers/failure_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



7
8
9
# File 'lib/l43_peg/parsers/failure_parser.rb', line 7

def self.instance
  @__instance__ ||= new
end