# File lib/mspec/matchers/be_close.rb, line 14 14: def failure_message 15: ["Expected #{@expected}", "to be within +/- #{@tolerance} of #{@actual}"] 16: end