class Aruba::ConfigWrapper

def ==(other)

help here.
Somehow `#respond_to_missing?`, `method_missing?` and `respond_to?` don't

The comparism is done based on their values. No hooks are compared.

Compare two configs
def ==(other)
  config == other
end