Method: RSpec::Core::Notifications::DeprecationNotification#call_site
- Defined in:
- lib/rspec/core/notifications.rb
permalink #call_site ⇒ String
An optional call site from which the deprecation was issued
493 494 495 |
# File 'lib/rspec/core/notifications.rb', line 493 def call_site @call_site end |