Class: ABNF::VChar

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

Overview

visible (printing) characters

Instance Method Summary collapse

Methods inherited from Range

#predicate

Methods inherited from Satisfies

#match

Constructor Details

#initializeVChar

Returns a new instance of VChar.



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

def initialize; super(0x21..0x7E) end