module ADAL::CoreExt
Adds helper methods to Hash. These are standard in Rails and are commonplace in the Ruby community.
Public Instance Methods
reverse_merge(other_hash)
click to toggle source
# File lib/adal/core_ext/hash.rb, line 29 def reverse_merge(other_hash) other_hash.merge(self) end