module Sinatra
module Sinatra::Delegator
module Sinatra::Helpers
module Sinatra::Templates
module Sinatra::Templates::ContentTyped
class Sinatra::Application
class Sinatra::Base
class Sinatra::Helpers::Stream
class Sinatra::NotFound
class Sinatra::Request
class Sinatra::Response
class Sinatra::ShowExceptions
sinatra
1.3.2
# indifferent_hash
def indifferent_hash Hash.new {|hash,key| hash[key.to_s] if Symbol === key } end