# File lib/guard/rspec/command.rb, line 13 def initialize(paths, options = {}) @paths = paths @options = options super(_parts.join(" ")) end