Method: Datadog::DI::Probe#method?

Defined in:
lib/datadog/di/probe.rb

#method?Boolean

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns whether the probe is a method probe.

Returns:

  • (Boolean)
[View source]

124
125
126
# File 'lib/datadog/di/probe.rb', line 124

def method?
  !!(type_name && method_name)
end