sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit a33ebcc8457c93ee522db617a71f0c060f0c5775
parent 193d0477dd6978bfb91c02055b92cb989932d1d0
Author: Zeger-Jan van de Weg <mail@zjvandeweg.nl>
Date:   Wed,  8 Apr 2015 19:59:45 +0200

#ord is defined in Integer

Diffstat:
M lib/sup/util.rb | 6 ------
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git a/lib/sup/util.rb b/lib/sup/util.rb
@@ -491,12 +491,6 @@ class Fixnum
     end
   end
 
-  unless method_defined?(:ord)
-    def ord
-      self
-    end
-  end
-
   ## hacking the english language
   def pluralize s
     to_s + " " +