# File lib/mspec/matchers/base.rb, line 68 68: def <=(expected) 69: if @actual <= expected 70: SpecExpectation.fail_with("Expected #{@actual.pretty_inspect}", 71: "not to be less than or equal to #{expected.pretty_inspect}") 72: end 73: end