Class: ABNF::CRLF

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

Overview

Internet standard newline

Instance Method Summary collapse

Methods inherited from Concat

#match, #set_block

Constructor Details

#initializeCRLF

Returns a new instance of CRLF.



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

def initialize; super(CR.new, LF.new) end