Class: ABNF::CR

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

Overview

carriage return

Instance Method Summary collapse

Methods inherited from Char

#predicate

Methods inherited from Satisfies

#match

Constructor Details

#initializeCR

Returns a new instance of CR.



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

def initialize; super(0x0D) end