Class: Toga::Command

Inherits:
Object
  • Object
show all
Includes:
Error
Defined in:
lib/toga/command.rb

Class Method Summary collapse

Methods included from Error

included

Class Method Details

.run!(*args) ⇒ Object



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

def self.run!(*args)
  puts "@todo NOT IMPLEMENTED YET"
end