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
9 10 11 |
# File 'lib/ufo/tasks.rb', line 9 def build Tasks::Builder.new().build end |
#register ⇒ Object
15 16 17 |
# File 'lib/ufo/tasks.rb', line 15 def register Tasks::Register.register(:all, ) end |