Method: Xcodeproj::Project::ObjectList#<<
- Defined in:
- lib/xcodeproj/project/object_list.rb
#<<(object) ⇒ void
This method returns an undefined value.
Appends an object to list the and updates its references count.
75 76 77 78 |
# File 'lib/xcodeproj/project/object_list.rb', line 75 def <<(object) perform_additions_operations(object) super end |