Class/Module Index [+]

Quicksearch

RSpec::Core::World::Describable

Public Instance Methods

description() click to toggle source
# File lib/rspec/core/world.rb, line 9
def description
  reject { |k, v| RSpec::Core::Configuration::CONDITIONAL_FILTERS[k] == v }.inspect.gsub(PROC_HEX_NUMBER, '').gsub(PROJECT_DIR, '.').gsub(' (lambda)','')
end
empty?() click to toggle source
# File lib/rspec/core/world.rb, line 21
def empty?
  super rescue false
end
empty_without_conditional_filters?() click to toggle source
# File lib/rspec/core/world.rb, line 13
def empty_without_conditional_filters?
  reject { |k, v| RSpec::Core::Configuration::CONDITIONAL_FILTERS[k] == v }.empty?
end
reject() click to toggle source
# File lib/rspec/core/world.rb, line 17
def reject
  super rescue {}
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.