# File lib/neovim/host.rb, line 23 def initialize(session, client) @session = session @client = client @handlers = {"poll" => poll_handler, "specs" => specs_handler} @specs = {} end