Method: Aruba::BasicConfiguration#==

Defined in:
lib/aruba/basic_configuration.rb

#==(other) ⇒ Object



177
178
179
# File 'lib/aruba/basic_configuration.rb', line 177

def ==(other)
  local_options.values.map(&:value) == other.local_options.values.map(&:value)
end