class Xcodeproj::Project::Object::AbstractObject
def to_one_attributes
-
(Array- the attributes)
def to_one_attributes @to_one_attributes ||= attributes.select { |a| a.type == :to_one } end
(Array)
- the attributes
def to_one_attributes @to_one_attributes ||= attributes.select { |a| a.type == :to_one } end