class Merb::Rack::Application

def call_with_sass(env)

def call_with_sass(env)
  Sass::Plugin.check_for_updates
  call_without_sass(env)
end