# File lib/mspec/matchers/base.rb, line 82 82: def >=(expected) 83: if @actual >= expected 84: SpecExpectation.fail_with("Expected #{@actual.pretty_inspect}", 85: "not to be greater than or equal to #{expected.pretty_inspect}") 86: end 87: end