3 4 5
# File 'lib/rehash/hash_extension.rb', line 3 def map_with(opts_or_mapping = {}, &block) ::Rehash.map(self, opts_or_mapping, &block) end