27 28 29 30 31
# File 'lib/outil/workspace.rb', line 27 def self.sync asts.each_pair do |name, tree| ocs.index.append name, tree end end