Class: Metro::UnknownGenerator
- Inherits:
-
Object
- Object
- Metro::UnknownGenerator
- Defined in:
- lib/commands/thor.rb
Class Method Summary collapse
Class Method Details
.start(commands) ⇒ Object
16 17 18 |
# File 'lib/commands/thor.rb', line 16 def self.start(commands) raise "There is no command: [ #{commands.join(', ')} ]" end |