Method: XCCache::Installer#update_projects
- Defined in:
- lib/xccache/installer.rb
#update_projects ⇒ Object
63 64 65 66 67 68 |
# File 'lib/xccache/installer.rb', line 63 def update_projects projects.each do |project| yield project if block_given? project.save end end |