Method: Tabletop::TokenStack#count

Defined in:
lib/tabletop/token.rb

#countObject

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 count
  @count
end