Commit 91604592 authored by KOBAYASHI Shuji's avatar KOBAYASHI Shuji

Remove duplicated `include Comparable` in `mrblib/string.rb`

parent 77c42988
......@@ -3,7 +3,9 @@
#
# ISO 15.2.10
class String
# ISO 15.2.10.3
include Comparable
##
# Calls the given block for each line
# and pass the respective line.
......@@ -265,12 +267,3 @@ class String
_regexp(re, :match).match(self, &block)
end
end
##
# String is comparable
#
# ISO 15.2.10.3
module Comparable; end
class String
include Comparable
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment