Class: Toga::Commands::Uncomplete

Inherits:
Toga::Command show all
Defined in:
lib/toga/commands/uncomplete.rb

Class Method Summary collapse

Methods included from Error

included

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