Class Hash
In: lib/logging/utils.rb
Parent: Object

Methods

getopt  

Public Instance methods

Returns the value associated with the key. If the has does not contain the key, then the default value is returned.

Optionally, the value can be converted into to an instance of the given class. The supported classes are:

    Integer
    Float
    Array
    String
    Symbol

If the value is nil, then no converstion will be performed.

[Validate]