class Lexer::Token
Attributes
string[R]
type[R]
Public Class Methods
new(string, type)
click to toggle source
# File lib/special-giggle/lexer.rb, line 7 def initialize(string, type) @string, @type = string, type end