class Sinatra::IndifferentHash

def initialize(*args)

def initialize(*args)
  super(*args.map(&method(:convert_value)))
end