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