Libraries
»
rspec/rspec-core
(main)
»
Index
»
RSpec
»
Core
»
Notifications
»
StartNotification
»
#count
Method: RSpec::Core::Notifications::StartNotification#count
Defined in:
lib/rspec/core/notifications.rb
#
count
⇒
Fixnum
the number counted
26 27 28
# File 'lib/rspec/core/notifications.rb', line 26
def
count
@count
end