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