module Sass::Plugin

def respond_to?(method)

For parity with method_missing
def respond_to?(method)
  super || compiler.respond_to?(method)
end