# File lib/sprockets/asset.rb, line 7
    def self.from_hash(environment, hash)
      asset = allocate
      asset.init_with(environment, hash)
      asset
    end