= private = protected
values_at( *keys )
Returns an array containing the values associated with the given keys.
# File lib/yaml/dbm.rb, line 65 def values_at( *keys ) keys.collect { |k| fetch( k ) } end