Class: Toga::Commands::Uncomplete
- Inherits:
-
Toga::Command
- Object
- Toga::Command
- Toga::Commands::Uncomplete
- Defined in:
- lib/toga/commands/uncomplete.rb
Class Method Summary collapse
Methods included from Error
Class Method Details
.run!(*args) ⇒ Object
5 6 7 8 |
# File 'lib/toga/commands/uncomplete.rb', line 5 def self.run!(*args) prefix = args.join(' ') Togafile.move prefix, :completed => :current end |