Flowdock
with_indifferent_access() public

Returns an ActiveSupport::HashWithIndifferentAccess out of its receiver:

{:a => 1}.with_indifferent_access["a"] # => 1
Show source
Register or log in to add new notes.