Class: MerbHandler

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

Instance Method Summary collapse

Instance Method Details

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



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

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