59 60 61
# File 'lib/base/projects.rb', line 59 def pull self.each{|k,v| v.pull if v.respond_to?("pull".to_sym)} end