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