# File lib/pry-remote-em/proto.rb, line 139
    def send_completion(word)
      send_json({:c => word})
    end