Method: Bento::Configuration#==

Defined in:
lib/bento/sdk/configuration.rb

#==(other) ⇒ Object



38
39
40
# File 'lib/bento/sdk/configuration.rb', line 38

def ==(other)
  config == other.config && parent == other.parent
end