module ABNFGrammar::HexVal5
Public Instance Methods
ast()
click to toggle source
# File lib/abnfgrammar.rb, line 1621 def ast() ast_from_percent(16, elements[1].text_value, elements[2].text_value) end
# File lib/abnfgrammar.rb, line 1621 def ast() ast_from_percent(16, elements[1].text_value, elements[2].text_value) end