Method: XfOOrth::Token#initialize

Defined in:
lib/fOOrth/compiler/token.rb

#initializeToken

Set up an empty token



13
14
15
16
# File 'lib/fOOrth/compiler/token.rb', line 13

def initialize
  @code = ''
  @tags = []
end