Class: MerbHandler

Inherits:
Object show all
Defined in:
lib/sass/plugin/merb.rb

Instance Method Summary collapse

Instance Method Details

#process_with_sass(request, response) ⇒ Object Also known as: process



40
41
42
43
# File 'lib/sass/plugin/merb.rb', line 40

def process_with_sass(request, response)
  Sass::Plugin.check_for_updates
  process_without_sass(request, response)
end