class Xcodeproj::Project::Object::PBXGroup

def real_path

Returns:
  • (Pathname) - the absolute path of the group resolving the
def real_path
  GroupableHelper.real_path(self)
end