class SPNet::Limiter

Base class for limiting values. Does nothing on it's own.

@author James Tunnell

Public Instance Methods

apply_limit(value, current_value) click to toggle source
# File lib/spnet/core/limiter.rb, line 25
def apply_limit value, current_value
  raise NotImplementedError
end