#call
13 14 15 16 17
# File 'lib/rodbot/cli/commands/new.rb', line 13 def rescued_call(path:, **) Rodbot::Generator .new(Rodbot.env.gem.join('lib', 'templates', 'new')) .write(Pathname(path)) end