Method: RSpec::Core::Notifications::SeedNotification#used=

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

#used=(value) ⇒ Boolean

whether the seed has been used or not

Parameters:

  • value (Boolean)

    the value to set the attribute used to.

Returns:

  • (Boolean)

    the newly set value

[View source] [View on GitHub]

271
272
273
# File 'lib/rspec/core/notifications.rb', line 271

def used=(value)
  @used = value
end