# File lib/neovim/client.rb, line 35
    def respond_to?(method_name)
      super || rpc_methods.include?(method_name.to_sym)
    end