# File lib/facet/object/object_hexid.rb, line 9
  def object_hexid
    return "0x#{'%x'%(2*self.__id__)}"
  end