Parent

Methods

Net::LDAP::Dataset::IOFilter

Public Class Methods

new(io) click to toggle source
    # File lib/net/ldap/dataset.rb, line 29
29:         def initialize(io)
30:           @io = io
31:         end

Public Instance Methods

gets() click to toggle source
    # File lib/net/ldap/dataset.rb, line 32
32:         def gets
33:           s = @io.gets
34:           s.chomp if s
35:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.