class Sass::Plugin::Rack
def initialize(app, dwell = 1.0)
-
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
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