Notes posted by nice64
RSS feed
nice64 -
October 30, 2008
2 thanks
Does very litle
This method simply returns the hash itself since HashWithIndifferentAccess by definition support symbolized key access. For a (regular rails) Hash there is ActiveSupport::CoreExtensions::Hash::Keys#symbolize_keys! that “Destructively convert all keys to symbols”.