module ABNFGrammar::CRLF0

Public Instance Methods

CR() click to toggle source
# File lib/abnfgrammar.rb, line 1940
def CR
  elements[0]
end
LF() click to toggle source
# File lib/abnfgrammar.rb, line 1944
def LF
  elements[1]
end