# File lib/mspec/matchers/base.rb, line 75 75: def >(expected) 76: if @actual > expected 77: SpecExpectation.fail_with("Expected #{@actual.pretty_inspect}", 78: "not to be greater than #{expected.pretty_inspect}") 79: end 80: end