# File lib/mspec/matchers/be_close.rb, line 24 24: def be_close(expected, tolerance) 25: BeCloseMatcher.new(expected, tolerance) 26: end