class Sinatra::IndifferentHash

def except(*keys)

def except(*keys)
  keys.map!(&method(:convert_key))
  self.class[super(*keys)]
end if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.0")