module Sprockets::Rails

def self.deprecator

def self.deprecator
  @deprecator ||= ActiveSupport::Deprecation.new("4.0", "Sprockets::Rails")
end