Method: Xcodeproj::Project::ObjectList#objects
- Defined in:
- lib/xcodeproj/project/object_list.rb
#objects ⇒ Array<AbstractObject>
Returns a new array generated with the objects contained in the list.
45 46 47 |
# File 'lib/xcodeproj/project/object_list.rb', line 45 def objects to_a end |