class Sass::Plugin::Compiler

def stylesheet_needs_update?(css_file, template_file)

Compass expects this to exist
def stylesheet_needs_update?(css_file, template_file)
  StalenessChecker.stylesheet_needs_update?(css_file, template_file)
end