class HTML::Conditions

def keys_to_strings(hash)

def keys_to_strings(hash)
  Hash[hash.keys.map {|k| [k.to_s, hash[k]]}]
end