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

Returns a new instance of Require.



13
14
15
16
17
18
# File 'lib/tapioca/commands/require.rb', line 13

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

  super()
end