Class: Kybus::CLI::Bot::Config::RakefileGenerator

Inherits:
FileProvider
  • Object
show all
Defined in:
lib/kybus/cli/bot/file_providers/rakefile_generator.rb

Instance Method Summary collapse

Methods inherited from FileProvider

autoregister!, #bot_name, #bot_name_class, #bot_name_constantize, #bot_name_snake_case, #generate, #initialize, #keep_files, #skip_file?

Constructor Details

This class inherits a constructor from Kybus::CLI::Bot::FileProvider

Instance Method Details

#saving_pathObject



9
10
11
# File 'lib/kybus/cli/bot/file_providers/rakefile_generator.rb', line 9

def saving_path
  './Rakefile'
end