Searched defs:commands (Results 1 - 1 of 1) sorted by relevance

/ontohub/script/
H A Drename_refactor.rb57 commands = [
64 commands += reverting_and_finalizing_commands(old_word, new_word)
67 command = "#{awk} '{#{commands.join('; ')}}' #{file} #{tmp_file}"
160 def commands(sql_statements) method in class:MigrationProvider
327 migration_commands.group_by { |c| c.first }.each do |method, commands|
329 commands.each do |(_, command)|

Completed in 8 milliseconds