# File lib/Borges/Component/TaskFrame.rb, line 11 def call(controller = nil) unless controller.nil? then return @task.call(controller) else return @task.call end end