class TestRunner::Assert::Assertion::Refutation
Public Instance Methods
build_checks()
click to toggle source
Calls superclass method
TestRunner::Assert::Assertion#build_checks
# File lib/test_runner/assert/assertion.rb, line 85 def build_checks super.each &:negate end