Class Index [+]

Quicksearch

RSpec::Core::FilterManager::Describable

Constants

PROC_HEX_NUMBER
PROJECT_DIR

Public Instance Methods

description() click to toggle source
    # File lib/rspec/core/filter_manager.rb, line 80
80:         def description
81:           reject { |k, v| RSpec::Core::FilterManager::DEFAULT_EXCLUSIONS[k] == v }.inspect.gsub(PROC_HEX_NUMBER, '').gsub(PROJECT_DIR, '.').gsub(' (lambda)','')
82:         end
empty_without_conditional_filters?() click to toggle source
    # File lib/rspec/core/filter_manager.rb, line 84
84:         def empty_without_conditional_filters?
85:           reject { |k, v| RSpec::Core::FilterManager::DEFAULT_EXCLUSIONS[k] == v }.empty?
86:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.