class ABNF::Parser::Node::Single

Attributes

abnf[R]
text[R]

Public Class Methods

new(text, abnf) click to toggle source
# File lib/abnf/parser/node.rb, line 105
def initialize text, abnf
  @text = text
  @abnf = abnf
end