# File lib/rake_remote_task.rb, line 62
def run *args, &b
  Thread.current[:task].run(*args, &b)
end