# File lib/sass/plugin/rack.rb, line 38 def initialize(app, dwell = 1.0) @app = app @dwell = dwell @check_after = Time.now.to_f end