module Tumugi::Mixin::TaskHelper
Public Instance Methods
target(type, *args)
click to toggle source
# File lib/tumugi/mixin/task_helper.rb, line 6 def target(type, *args) klass = Tumugi::Plugin.lookup_target(type) klass.new(*args) end