# File lib/pry-remote-em.rb, line 23
  def remote_pry_em(host = PryRemoteEm::DEFHOST, port = PryRemoteEm::DEFPORT, opts = {:tls => false}, &blk)
    opts = {:target => self}.merge(opts)
    PryRemoteEm::Server.run(opts[:target], host, port, opts, &blk)
  end