# File lib/guard/rspec/runner.rb, line 20 def initialize(options = {}) @options = options @inspector = Inspectors::Factory.create(@options) @notifier = Notifier.new(@options) end