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, ={} self.run command, .merge(:sync=>1) end |
59 60 61 |
# File 'lib/xiki/console.rb', line 59 def self.sync command, ={} self.run command, .merge(:sync=>1) end |