# File lib/sshkit/dsl.rb, line 9
    def run_locally(&block)
      Backend::Local.new(&block).run
    end