# File lib/buildr/core/filter.rb, line 165
    def using(*args, &block)
      @mapper.using(*args, &block)
      self
    end