class Crapshoot::Tokens::Base

Public Instance Methods

independent() click to toggle source
# File lib/crapshoot/tokens/base.rb, line 4
def independent
  true
end
precedent(stack_top) click to toggle source
# File lib/crapshoot/tokens/base.rb, line 7
def precedent(stack_top)
  true
end