# File lib/fpm/util.rb, line 145
  def with(value, &block)
    block.call(value)
  end