class ABNF::WSP

Public Class Methods

new() click to toggle source
Calls superclass method ABNF::Alternate::new
# File lib/abnf.rb, line 247
def initialize; super(SP.new, HTab.new) end