Sha256: e936d3cb32d975a088a3b34da321ef44b9b0e44bb1c2a3c1bbae375e0bcb7d9b
Contents?: true
Size: 212 Bytes
Versions: 1
Compression:
Stored size: 212 Bytes
Contents
# frozen_string_literal: true module Linked # Collection of common utility methods. module Util protected def object_identifier format '%s:0x%0x', self.class.name, object_id end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
linked-0.5.2 | lib/linked/util.rb |