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