method

shift

v1_9_1_378 - Show latest stable - Class: YAML::DBM
shift()
public

No documentation available.

# File lib/yaml/dbm.rb, line 76
    def shift
        a = super
        a[1] = YAML::load( a[1] ) if a
        a
    end