Module: ABNF::Parser::Compiler::BuildMethod
- Defined in:
- lib/abnf/parser/compiler.rb
Instance Method Summary collapse
Instance Method Details
#build(stream, match_data) ⇒ Object
28 29 30 31 |
# File 'lib/abnf/parser/compiler.rb', line 28 def build stream, match_data instance = new stream, match_data instance end |