Skip to content

Commit

Permalink
Removes duplicate Enumerable definition (#75)
Browse files Browse the repository at this point in the history
Basically a followup to #74 - introduced here: sorbet/sorbet@cc2dc78
  • Loading branch information
mattxwang committed Aug 11, 2022
1 parent cba68f8 commit beefa45
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sorbet/rbi/hidden-definitions/hidden.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -2953,10 +2953,6 @@ class Encoding
def self._load(arg); end
end

module Enumerable
def sum(*arg); end
end

class Enumerator
def +(arg); end

Expand Down

0 comments on commit beefa45

Please sign in to comment.