module IORequest::Utility::WithID

Adds special method to return object ID.

Public Instance Methods

__with_id__extended_id() click to toggle source

Identifies object in thread and process.

# File lib/io_request/utility/with_id.rb, line 54
def __with_id__extended_id
  @__with_id__extended_id ||= ExtendedID.new
end
Also aliased as: extended_id
extended_id()