dclone

dclone() Instance Public methods provides a unified clone operation, for REXML::XPathParser to use across multiple Object+ types

new

new(io) Class Public methods Create a new streaming emitter. Emitter will print to io. See Psych::Stream for an example.

new

new(message, io) Class Public methods

i18n_scope

i18n_scope() Instance Protected methods

create

PKCS12.create(pass, name, key, cert [, ca, [, key_pbe [, cert_pbe [, key_iter [, mac_iter [, keytype]]]]]]) Class Public methods Parameters pass - string name - A string describing the key. key - Any PKey. cert - A X509::Certificate. The public_key portion of the certificate must contain a valid public key. The not_before and not_after fields must be filled in. ca - An optional array of X509::Certificate's. key_pbe - string cert_pbe - string key_iter - integer

has_secure_password

has_secure_password(options = {}) Instance Public methods Adds methods to set and authenticate against a BCrypt password. This mechanism requires you to have a password_digest attribute. Validations for presence of password on create, confirmation of password (using a password_confirmation attribute) are automatically added. If you wish to turn off validations, pass validations: false as an argument. You can add more validations by hand if need be. If you don't need the confirmatio

==

obj == other â true or falseobj.equal?(other) â true or falseobj.eql?(other) â true or false Instance Public methods Equality â At the Object level, == returns true only if obj and other are the same object. Typically, this method is overridden in descendant classes to provide class-specific meaning. Unlike ==, the equal? method should never be overridden by subclasses as it is used to determine object identity (that is, a.equal?(b) if and only if a is the same object

any?

any?() Instance Public methods Returns true if there are any records.

new

new(*args) Class Public methods

last_child

last_child() Instance Public methods