Class: Tapioca::Commands::Require

Inherits:
CommandWithoutTracker show all
Defined in:
lib/tapioca/commands/require.rb

Instance Method Summary collapse

Methods inherited from Command

#run

Methods included from Tapioca::CliHelper

#netrc_file, #rbi_formatter, #say_error

Constructor Details

#initialize(requires_path:, sorbet_config_path:) ⇒ Require

: (requires_path: String, sorbet_config_path: String) -> void



8
9
10
11
12
13
# File 'lib/tapioca/commands/require.rb', line 8

def initialize(requires_path:, sorbet_config_path:)
  @requires_path = requires_path
  @sorbet_config_path = sorbet_config_path

  super()
end