module Comparable

Public Instance Methods

<=>(_) click to toggle source
# File lib/typed/prelude.rb, line 933
def <=>(_); fail StandardError.new("Error invoking abstract method Comparable#<=>"); end