Module: Comparable

Included in:
TypedRb::Types::TyFunction, TypedRb::Types::TyObject
Defined in:
lib/typed/prelude.rb

Instance Method Summary collapse

Instance Method Details

#<=>(_) ⇒ Object



933
# File 'lib/typed/prelude.rb', line 933

def <=>(_); fail StandardError.new("Error invoking abstract method Comparable#<=>"); end