class Ufo::Tasks

Public Instance Methods

build() click to toggle source
# File lib/ufo/tasks.rb, line 6
def build
  Tasks::Builder.new(options).build
end
register() click to toggle source
# File lib/ufo/tasks.rb, line 12
def register
  Tasks::Register.register(:all, options)
end