Method: Outil::Workspace.sync

Defined in:
lib/outil/workspace.rb

.syncObject



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