mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Remove duplicated include Comparable in mrblib/string.rb
This commit is contained in:
+2
-9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user