# File lib/mspec/matchers/be_close.rb, line 4 4: def initialize(expected, tolerance) 5: @expected = expected 6: @tolerance = tolerance 7: end