Class: Crapshoot::Tokens::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/crapshoot/tokens/base.rb

Direct Known Subclasses

Arithmetic, Constant, Series

Instance Method Summary collapse

Instance Method Details

#independentObject



4
5
6
# File 'lib/crapshoot/tokens/base.rb', line 4

def independent
  true
end

#precedent(stack_top) ⇒ Object



7
8
9
# File 'lib/crapshoot/tokens/base.rb', line 7

def precedent(stack_top)
  true
end