Class: ABNF::Octet

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

Overview

any 8-bit data value

Instance Method Summary collapse

Methods inherited from Range

#predicate

Methods inherited from Satisfies

#match

Constructor Details

#initializeOctet

Returns a new instance of Octet.



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

def initialize; super(0..255) end