class ABNF::Digit
Public Class Methods
new()
click to toggle source
Calls superclass method
ABNF::Range::new
# File lib/abnf.rb, line 241 def initialize; super(0x30..0x39) end