Class: RSGem::CLI::Commands::New
- Inherits:
-
Dry::CLI::Command
- Object
- Dry::CLI::Command
- RSGem::CLI::Commands::New
- Defined in:
- lib/rsgem/cli/commands/new.rb
Instance Method Summary collapse
Instance Method Details
#call(**options) ⇒ Object
26 27 28 29 30 |
# File 'lib/rsgem/cli/commands/new.rb', line 26 def call(**) RSGem::Gem.new(gem_name: [:gem_name], ci_provider: [:ci], bundler_options: [:bundler]).create end |