# File lib/rspec/core/configuration.rb, line 56 def self.define_predicate_for(*names) names.each {|name| alias_method "#{name}?", name} end