Class: ABNF::Ctl

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

Overview

control characters

Instance Method Summary collapse

Methods inherited from Alternate

#match, #set_block

Constructor Details

#initializeCtl

Returns a new instance of Ctl.



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

def initialize; super(Range.new(0..0x1F), Char.new(0x7F)) end