Method: Sass::Plugin::Rack#dwell
- Defined in:
- lib/sass/plugin/rack.rb
#dwell ⇒ Float
The delay, in seconds, between update checks.
Useful when many resources are requested for a single page.
nil
means no delay at all.
32 33 34 |
# File 'lib/sass/plugin/rack.rb', line 32
def dwell
@dwell
end
|