# File lib/compass/configuration.rb, line 181
    def asset_cache_buster(&block)
      if block_given?
        @asset_cache_buster = block
      else
        @asset_cache_buster
      end
    end