Class: ABNF::DQuote

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

Overview

double quote

Instance Method Summary collapse

Methods inherited from Char

#predicate

Methods inherited from Satisfies

#match

Constructor Details

#initializeDQuote

Returns a new instance of DQuote.



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

def initialize; super(0x22) end