Class: Tapioca::Commands::Require
- Inherits:
-
CommandWithoutTracker
- Object
- Command
- CommandWithoutTracker
- Tapioca::Commands::Require
- Defined in:
- lib/tapioca/commands/require.rb
Instance Method Summary collapse
-
#initialize(requires_path:, sorbet_config_path:) ⇒ Require
constructor
A new instance of Require.
Methods inherited from Command
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 |