class Guard::RSpec::Deprecator
def _exclude_option
def _exclude_option return unless options.key?(:exclude) _deprecated( "The :exclude option is deprecated." \ " Please Guard ignore method instead." \ " https://github.com/guard/guard#ignore" ) end
def _exclude_option return unless options.key?(:exclude) _deprecated( "The :exclude option is deprecated." \ " Please Guard ignore method instead." \ " https://github.com/guard/guard#ignore" ) end