Class: ABNF::Digit

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

Instance Method Summary collapse

Methods inherited from Range

#predicate

Methods inherited from Satisfies

#match

Constructor Details

#initializeDigit

Returns a new instance of Digit.



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

def initialize; super(0x30..0x39) end