class Warner

Public Class Methods

new(ticker, limit) click to toggle source
# File vendor/qwik/lib/qwik/check-observer.rb, line 36
def initialize(ticker, limit)
  @limit = limit
  ticker.add_observer(self)
end