# File lib/facets/core/kernel/object_hexid.rb, line 9
  def object_hexid
    return "0x" << ('%.x' % (2*self.__id__))[1..-1]
  end