# File lib/guard/rspec/runner.rb, line 8 def initialize(options = {}) @options = { :bundler => true, :binstubs => false, :rvm => nil, :cli => nil, :notification => true }.merge(options) deprecations_warnings end