Method: Tabletop::TokenStack#max

Defined in:
lib/tabletop/token.rb

#maxObject

The number of tokens in the stack, and the maximum number it can have



23
24
25
# File 'lib/tabletop/token.rb', line 23

def max
  @max
end