Method: Console.sync

Defined in:
lib/xiki/console.rb

.sync(command, options = {}) ⇒ Object



59
60
61
# File 'lib/xiki/console.rb', line 59

def self.sync command, options={}
  self.run command, options.merge(:sync=>1)
end