Class: Toga::Command
Direct Known Subclasses
Toga::Commands::Add, Toga::Commands::Commit, Toga::Commands::Complete, Toga::Commands::Completed, Toga::Commands::Edit, Toga::Commands::Init, Toga::Commands::Later, Toga::Commands::List, Toga::Commands::Remove, Toga::Commands::Strip, Toga::Commands::Top, Toga::Commands::Uncomplete
Class Method Summary collapse
Methods included from Error
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 |