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