class RSGem::CLI::Commands::New

Public Instance Methods

call(**options) click to toggle source
# File lib/rsgem/cli/commands/new.rb, line 26
def call(**options)
  RSGem::Gem.new(gem_name: options[:gem_name],
                 ci_provider: options[:ci],
                 bundler_options: options[:bundler]).create
end