module Sass::Plugin

def options

There's a small speedup by not using method missing for frequently delegated methods.
def options
  compiler.options
end