# File lib/map.rb, line 281
  def convert(key, val)
    [convert_key(key), convert_value(val)]
  end