Class: ABNF::AsciiChar

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

Overview

char

Instance Method Summary collapse

Methods inherited from Range

#predicate

Methods inherited from Satisfies

#match

Constructor Details

#initializeAsciiChar

Returns a new instance of AsciiChar.



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

def initialize; super(0x1..0x7F) end