Class: Ufo::Tasks
Defined Under Namespace
Instance Method Summary collapse
Methods inherited from Command
alter_command_description, command_help, dispatch, website
Instance Method Details
#build ⇒ Object
6 7 8 |
# File 'lib/ufo/tasks.rb', line 6 def build Tasks::Builder.new().build end |
#register ⇒ Object
12 13 14 |
# File 'lib/ufo/tasks.rb', line 12 def register Tasks::Register.register(:all, ) end |