class Net::IMAP::Config

def to_h; data.members.to_h { [_1, send(_1)] } end

Returns all config attributes in a hash.

:call-seq: to_h -> hash
def to_h; data.members.to_h { [_1, send(_1)] } end