# File lib/facets/more/reference.rb, line 52
  def become(obj)
    old = @ref
    @ref = obj
    old
  end