Class: ABNF::HTab

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

Overview

horizontal tab

Instance Method Summary collapse

Methods inherited from Char

#predicate

Methods inherited from Satisfies

#match

Constructor Details

#initializeHTab

Returns a new instance of HTab.



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

def initialize; super(0x9) end