Class: Toga::Commands::Completed

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

Class Method Summary collapse

Methods included from Error

included

Class Method Details

.run!(*args) ⇒ Object



5
6
7
# File 'lib/toga/commands/completed.rb', line 5

def self.run!(*args)
  puts Commands::List.run! [:completed]
end