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