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:
parent
f1a317b8e9
commit
f5d0e3d760
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue