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