1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

+"foo"+ doesn't generate code tag [ci skip]

This commit is contained in:
Rafael Mendonça França 2012-07-21 14:11:37 -03:00
parent f1a317b8e9
commit f5d0e3d760

View file

@ -1,7 +1,7 @@
require 'active_support/core_ext/hash/keys'
module ActiveSupport
# Implements a hash where keys +:foo+ and +"foo"+ are considered to be the same.
# Implements a hash where keys <tt>:foo</tt> and <tt>"foo"</tt> are considered to be the same.
#
# rgb = ActiveSupport::HashWithIndifferentAccess.new
#