@api private Provides the implementation for `satisfy`. Not intended to be instantiated directly.
@api private @return [String]
# File lib/rspec/matchers/built_in/satisfy.rb, line 35 def description "satisfy block" end
@api private @return [String]
# File lib/rspec/matchers/built_in/satisfy.rb, line 23 def failure_message "expected #{@actual} to satisfy block" end
@api private @return [String]
# File lib/rspec/matchers/built_in/satisfy.rb, line 29 def failure_message_when_negated "expected #{@actual} not to satisfy block" end
Generated with the Darkfish Rdoc Generator 2.