# File lib/facets/core/kernel/with.rb, line 25
  def with(obj=self)
    yield obj
    obj
  end