Skip to content

Commit

Permalink
Update hidden.rbi
Browse files Browse the repository at this point in the history
Probably ought to look at using Tapioca at some point
  • Loading branch information
AaronC81 committed Aug 25, 2022
1 parent afa51e5 commit 5c02e6e
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions sorbet/rbi/hidden-definitions/hidden.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -3436,10 +3436,6 @@ module DidYouMean
def self.formatter=(formatter); end
end

module Digest
VERSION = ::T.let(nil, ::T.untyped)
end

class Dir
def children(); end

Expand Down Expand Up @@ -3494,10 +3490,6 @@ class Encoding
def self._load(arg); end
end

module Enumerable
def sum(*arg); end
end

class Enumerator
def +(arg); end

Expand Down Expand Up @@ -6258,6 +6250,8 @@ class OpenStruct

def freeze!(); end

def gem!(dep, *reqs); end

def hash!(); end

def init_with(coder); end
Expand Down

0 comments on commit 5c02e6e

Please sign in to comment.