fetch( key, ifnone = nil )
fetch( key, &block )
fetch( key, &block )
Instance Public methods
Return value associated with key.
If there is no value for key and no block is given, returns
ifnone.
Otherwise, calls block passing in the given key.
Please login to continue.