module Backports::MOST_EXTREME_OBJECT_EVER

Public Class Methods

<(whatever) click to toggle source
# File lib/backports/tools.rb, line 5
def < (whatever)
  true
end
>(whatever) click to toggle source
# File lib/backports/tools.rb, line 9
def > (whatever)
  true
end