module ABNFGrammar::Repetition0

Public Instance Methods

element() click to toggle source
# File lib/abnfgrammar.rb, line 758
def element
  elements[1]
end
repeat_c() click to toggle source
# File lib/abnfgrammar.rb, line 754
def repeat_c
  elements[0]
end