class Sinatra::IndifferentHash

def dig(key, *other_keys)

Added in Ruby 2.3
def dig(key, *other_keys)
  super(convert_key(key), *other_keys)
end