= private = protected
[]( key )
Return value associated with key from database.
Returns nil if there is no such key.
# File lib/yaml/dbm.rb, line 23 def []( key ) fetch( key ) end