class Xcodeproj::Project::Object::PBXFileReference

def real_path

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