class Sprockets::Rails::Task

def initialize(app = nil)

def initialize(app = nil)
  self.app = app
  super()
end