@private
# File lib/rspec/core/filter_manager.rb, line 207 def add(*args) set_standalone_filter(*args) || super end
# File lib/rspec/core/filter_manager.rb, line 203 def add_location(locations) replace_filters({ :locations => locations }) end
# File lib/rspec/core/filter_manager.rb, line 211 def add_with_low_priority(*args) set_standalone_filter(*args) || super end
# File lib/rspec/core/filter_manager.rb, line 219 def include_example?(example) @rules.empty? ? true : example.any_apply?(@rules) end
Generated with the Darkfish Rdoc Generator 2.