Class: ABNF::WSP

Inherits:
Alternate show all
Defined in:
lib/abnf.rb

Overview

whitespace

Instance Method Summary collapse

Methods inherited from Alternate

#match, #set_block

Constructor Details

#initializeWSP

Returns a new instance of WSP.



247
# File 'lib/abnf.rb', line 247

def initialize; super(SP.new, HTab.new) end