class EacRubyUtils::Struct

def fetch(key)

def fetch(key)
  key, bool = parse_key(key)
  bool ? fetch(key).present? : data.fetch(key)
end