Libraries
»
ebnf
(2.6.0)
»
Index
»
EBNF
»
PEG
»
Parser
»
ClassMethods
»
#start_handlers
Method: EBNF::PEG::Parser::ClassMethods#start_handlers
Defined in:
lib/ebnf/peg/parser.rb
#
start_handlers
⇒
Object
53
# File 'lib/ebnf/peg/parser.rb', line 53
def
start_handlers
;
(
@start_handlers
||=
{
}
)
;
end