Method: RSpec::Core::Notifications::DeprecationNotification#deprecated

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

#deprecatedString

A custom message about the deprecation (alias of message)

Returns:

  • (String)

    the current value of deprecated



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

def deprecated
  @deprecated
end