# File lib/more/facets/reference.rb, line 51
  def self.new(obj)
    ref = allocate
    ref.become obj
    ref
  end