Module: Really::Commands
- Defined in:
- lib/really/commands.rb,
lib/really/commands/basic_commands.rb,
lib/really/commands/package_management.rb,
lib/really/commands/rendering_commands.rb,
lib/really/commands/text_file_commands.rb,
lib/really/commands/file_transfer_commands.rb
Defined Under Namespace
Modules: BasicCommands, FileTransferCommands, PackageManagement, RenderingCommands, TextFileCommands
Class Method Summary collapse
Class Method Details
.register(*modules) ⇒ Object
4 5 6 7 |
# File 'lib/really/commands.rb', line 4 def register(*modules) logger.debug "Registering modules: #{modules}" modules.each { |mod| ::Really::Task.send :prepend, mod } end |