class Parser::Token

Attributes

child[R]
type[R]

Public Class Methods

new(type, *args) click to toggle source
# File lib/special-giggle/parser.rb, line 7
def initialize(type, *args)
  @type, @child = type, args
end