class DParse::Parsers::WhitespaceChar

Constants

WS

Public Class Methods

new() click to toggle source
# File lib/d-parse/parsers/highlevel/whitespace_char.rb, line 6
def self.new
  DParse::Parsers::CharIn.new(WS)
end
new(*) click to toggle source
# File lib/d-parse/parsers/highlevel/whitespace_char.rb, line 10
def initialize(*)
  raise ArgumentError, "#{self.class} is not supposed to be initialized"
end