Method: Configatron::Store#==

Defined in:
lib/gems/configatron-2.2.2/lib/configatron/store.rb

#==(other) ⇒ Object

:nodoc:



109
110
111
# File 'lib/gems/configatron-2.2.2/lib/configatron/store.rb', line 109

def ==(other) # :nodoc:
  self.to_hash == other
end