Skip to content

Commit

Permalink
Rename RBIHelper -> SignaturesHelper
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Terrasa <alexandre.terrasa@shopify.com>
  • Loading branch information
Morriar committed Mar 1, 2022
1 parent 8ae32f0 commit 19dc932
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/tapioca/gem/listeners/sorbet_signatures.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class SorbetSignatures < Base
extend T::Sig

include Runtime::Reflection
include RBIHelper
include SignaturesHelper

TYPE_PARAMETER_MATCHER = /T\.type_parameter\(:?([[:word:]]+)\)/

Expand Down
2 changes: 1 addition & 1 deletion lib/tapioca/gem/pipeline.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module Gem
class Pipeline
extend T::Sig
include Runtime::Reflection
include RBIHelper
include SignaturesHelper

IGNORED_SYMBOLS = T.let(["YAML", "MiniTest", "Mutex"], T::Array[String])

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# frozen_string_literal: true

module Tapioca
module RBIHelper
module SignaturesHelper
extend T::Sig

sig { params(sig_string: String).returns(String) }
Expand Down
2 changes: 1 addition & 1 deletion lib/tapioca/internal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
require "tapioca/runtime/generic_type_registry"
require "tapioca/helpers/cli_helper"
require "tapioca/helpers/config_helper"
require "tapioca/helpers/rbi_helper"
require "tapioca/helpers/signatures_helper"
require "tapioca/helpers/shims_helper"
require "tapioca/helpers/sorbet_helper"
require "tapioca/commands"
Expand Down

0 comments on commit 19dc932

Please sign in to comment.