Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sorbet: Update RBI files. #10122

Merged
merged 1 commit into from
Dec 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions Library/Homebrew/sorbet/rbi/gems/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# DO NOT EDIT MANUALLY
# This is an autogenerated file for types exported from the `rspec-github` gem.
# Please instead update this file by running `tapioca sync`.

# typed: true

# THIS IS AN EMPTY RBI FILE.
# see https://github.com/Shopify/tapioca/blob/master/README.md#manual-gem-requires
27 changes: 27 additions & 0 deletions Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -21869,9 +21869,36 @@ module RSpec::Expectations
def self.fail_with(message, expected=T.unsafe(nil), actual=T.unsafe(nil)); end
end

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

class RSpec::Github::Formatter
def example_failed(failure); end

def example_pending(pending); end
end

class RSpec::Github::Formatter
end

class RSpec::Github::NotificationDecorator
def annotation(); end

def initialize(notification); end

def line(); end

def path(); end
ESCAPE_MAP = ::T.let(nil, ::T.untyped)
end

class RSpec::Github::NotificationDecorator
end

module RSpec::Github
end

module RSpec::Its
def its(attribute, *options, &block); end
VERSION = ::T.let(nil, ::T.untyped)
Expand Down