Method: Xcodeproj::Project::ObjectList#unshift

Defined in:
lib/xcodeproj/project/object_list.rb

#unshift(object) ⇒ void

This method returns an undefined value.

Prepends an object to the list and updates its references count.

Parameters:



100
101
102
103
# File 'lib/xcodeproj/project/object_list.rb', line 100

def unshift(object)
  perform_additions_operations(object)
  super
end