Method: RSpec::Core::Notifications::DeprecationNotification#call_site

Defined in:
lib/rspec/core/notifications.rb

#call_siteString

An optional call site from which the deprecation was issued

Returns:

  • (String)

    the current value of call_site

[View source]

493
494
495
# File 'lib/rspec/core/notifications.rb', line 493

def call_site
  @call_site
end