Method: Filemaker::HashWithIndifferentAndCaseInsensitiveAccess#values_at

Defined in:
lib/filemaker/core_ext/hash.rb

#values_at(*indices) ⇒ Object



22
23
24
# File 'lib/filemaker/core_ext/hash.rb', line 22

def values_at(*indices)
  indices.map { |key| self[convert_key(key)] }
end