Method: XfOOrth::Token#initialize
- Defined in:
- lib/fOOrth/compiler/token.rb
#initialize ⇒ Token
Set up an empty token
13 14 15 16 |
# File 'lib/fOOrth/compiler/token.rb', line 13 def initialize @code = '' = [] end |
Set up an empty token
13 14 15 16 |
# File 'lib/fOOrth/compiler/token.rb', line 13 def initialize @code = '' = [] end |