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