class Aruba::ConfigWrapper
def ==(other)
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
def ==(other) config == other end