# File lib/mspec/matchers/be_close.rb, line 9 9: def matches?(actual) 10: @actual = actual 11: (@actual - @expected).abs < @tolerance 12: end