Method: Guard::RSpec::Command#initialize
- Defined in:
- lib/guard/rspec/command.rb
#initialize(paths, options = {}) ⇒ Command
Returns a new instance of Command.
13 14 15 16 17 |
# File 'lib/guard/rspec/command.rb', line 13 def initialize(paths, = {}) @paths = paths = super(_parts.join(" ")) end |