class ABNF::AsciiChar

Public Class Methods

new() click to toggle source
Calls superclass method ABNF::Range::new
# File lib/abnf.rb, line 235
def initialize; super(0x1..0x7F) end