Parent

Methods

Monkeybars::TaskProcessor::Runner

Public Class Methods

new(&proc) click to toggle source
# File lib/monkeybars/task_processor.rb, line 29
def initialize(&proc)
  super()
  @proc = proc
end

Public Instance Methods

run() click to toggle source
# File lib/monkeybars/task_processor.rb, line 34
def run
  @proc.call
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.