class EacRubyUtils::Struct

def [](key)

def [](key)
  key, bool = parse_key(key)
  bool ? self[key].present? : data[key]
end