class Sass::Plugin::Rack

def initialize(app, dwell = 1.0)

Parameters:
  • dwell (Float) -- See \{#dwell}
  • app (#call) -- The Rack application
def initialize(app, dwell = 1.0)
  @app = app
  @dwell = dwell
  @check_after = Time.now.to_f
end