# File lib/Borges/Task/PluggableTask.rb, line 7
  def go
    return @block.call(self)
  end