module Linked::Util

Collection of common utility methods.

Protected Instance Methods

object_identifier() click to toggle source
# File lib/linked/util.rb, line 8
def object_identifier
  format '%s:0x%0x', self.class.name, object_id
end