Method: RSpec::Core::Notifications::DeprecationNotification#deprecated
- Defined in:
- lib/rspec/core/notifications.rb
#deprecated ⇒ String
A custom message about the deprecation (alias of message)
493 494 495 |
# File 'lib/rspec/core/notifications.rb', line 493 def deprecated @deprecated end |