Method: Guard::RSpec::Notifier#initialize
- Defined in:
- lib/guard/rspec/notifier.rb
permalink #initialize(options = {}) ⇒ Notifier
Returns a new instance of Notifier.
6 7 8 |
# File 'lib/guard/rspec/notifier.rb', line 6 def initialize( = {}) @options = end |