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