Method: RSpec::Core::Notifications::SeedNotification#used=
- Defined in:
- lib/rspec/core/notifications.rb
permalink #used=(value) ⇒ Boolean
whether the seed has been used or not
271 272 273 |
# File 'lib/rspec/core/notifications.rb', line 271 def used=(value) @used = value end |