Method: RSpec::Core::Notifications::DeprecationNotification#message

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

#messageString

A custom message about the deprecation

Returns:

  • (String)

    the current value of message

[View source]

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

def message
  @message
end