See Spec::Expectations::ObjectExpectations for expectations that are available on all objects.
See Spec::Expectations::ProcExpectations for expectations that are available on Proc objects.
See Spec::Expectations::NumericExpectations for expectations that are available on Numeric objects.
# File lib/spec/expectations.rb, line 23 23: def build_message(actual, expectation, expected) 24: message_builder.build_message(actual, expectation, expected) 25: end