Class: Vpsb::Commands::HelpMessages
- Inherits:
-
Object
- Object
- Vpsb::Commands::HelpMessages
- Defined in:
- lib/vpsb/commands/help_messages.rb
Class Method Summary collapse
Class Method Details
.intro ⇒ Object
4 5 6 |
# File 'lib/vpsb/commands/help_messages.rb', line 4 def self.intro "Vpsb ver: #{VERSION}" end |
.show ⇒ Object
12 13 14 15 16 17 18 19 20 |
# File 'lib/vpsb/commands/help_messages.rb', line 12 def self.show %{ Need help :D commands: init <name> #name is optional when is present all files will be created in in folder that name } end |
.unknown_command ⇒ Object
8 9 10 |
# File 'lib/vpsb/commands/help_messages.rb', line 8 def self.unknown_command "Command unknown" end |