class Xcodeproj::Project::Object::PBXFileReference

def full_path

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