class Sass::Plugin::Rack

def initialize(app)

Parameters:
  • app (#call) -- The Rack application
def initialize(app)
  @app = app
  self.class.disable_native_plugin!
end