Skip to content

Commit

Permalink
Merge pull request #11529 from Homebrew/sorbet-files-update
Browse files Browse the repository at this point in the history
sorbet: Update RBI files.
  • Loading branch information
nandahkrishna committed Jun 12, 2021
2 parents c9fdecc + a4e6ede commit d3887df
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -6991,11 +6991,6 @@ class Enumerator::Generator
def initialize(*_); end
end

module EnvVar
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
end

class Errno::EAUTH
Errno = ::T.let(nil, ::T.untyped)
end
Expand Down Expand Up @@ -8392,11 +8387,6 @@ class Homebrew::Service
extend ::T::Private::Methods::SingletonMethodHooks
end

module Homebrew::Settings
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
end

class Homebrew::Style::LineLocation
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
Expand Down Expand Up @@ -12636,8 +12626,8 @@ end
class Object
include ::Minitest::Expectations
include ::ActiveSupport::Tryable
include ::SystemCommand::Mixin
include ::Utils::Curl
include ::SystemCommand::Mixin
include ::ActiveSupport::Dependencies::Loadable
include ::ActiveSupport::ForkTracker::CoreExtPrivate
include ::ActiveSupport::ForkTracker::CoreExt
Expand Down

0 comments on commit d3887df

Please sign in to comment.