Class: ABNF::LF

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

Overview

line feed

Instance Method Summary collapse

Methods inherited from Char

#predicate

Methods inherited from Satisfies

#match

Constructor Details

#initializeLF

Returns a new instance of LF.



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

def initialize; super(0x0A) end