Skip to content

Commit

Permalink
srb rbi update
Browse files Browse the repository at this point in the history
  • Loading branch information
yob committed Nov 19, 2021
1 parent a0d7f07 commit d7f30ef
Show file tree
Hide file tree
Showing 15 changed files with 4,516 additions and 7,653 deletions.
1 change: 1 addition & 0 deletions examples/rspec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env ruby
# coding: utf-8
# typed: ignore

# Basic RSpec of a generated PDF
#
Expand Down
2 changes: 0 additions & 2 deletions lib/pdf-reader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
# typed: strict
# frozen_string_literal: true

require 'sorbet-runtime-stub' unless defined?(T)

require "pdf/reader"
2 changes: 1 addition & 1 deletion sorbet/rbi/gems/coderay.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# https://github.com/sorbet/sorbet-typed/new/master?filename=lib/coderay/all/coderay.rbi
#
# coderay-1.1.2
# coderay-1.1.3

module CodeRay
def self.coderay_path(*path); end
Expand Down
2 changes: 1 addition & 1 deletion sorbet/rbi/gems/method_source.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# https://github.com/sorbet/sorbet-typed/new/master?filename=lib/method_source/all/method_source.rbi
#
# method_source-0.9.2
# method_source-1.0.0

module MethodSource
def self.comment_helper(source_location, name = nil); end
Expand Down
2 changes: 1 addition & 1 deletion sorbet/rbi/gems/parallel.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# https://github.com/sorbet/sorbet-typed/new/master?filename=lib/parallel/all/parallel.rbi
#
# parallel-1.12.1
# parallel-1.13.0

module Parallel
def self.add_progress_bar!(job_factory, options); end
Expand Down
Loading

0 comments on commit d7f30ef

Please sign in to comment.