Method: Tabletop::TokenStack#refresh

Defined in:
lib/tabletop/token.rb

#refreshObject

Raises:

  • (NoMethodError)


83
84
85
86
# File 'lib/tabletop/token.rb', line 83

def refresh
  raise NoMethodError if @max.nil?
  @count = @max
end