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