Module: Mchat::Command::Guide::InstanceMethods
- Defined in:
- lib/mchat/commands/guide.rb
Instance Method Summary collapse
Instance Method Details
#guide_command_run ⇒ Object
25 26 27 |
# File 'lib/mchat/commands/guide.rb', line 25 def guide_command_run _puts "TODO run command guide" end |
#guide_help_doc ⇒ Object
14 15 16 17 18 19 20 21 22 23 |
# File 'lib/mchat/commands/guide.rb', line 14 def guide_help_doc _puts %Q( #{"Help: Guide".style.bold} Mchat is a tiny chat software. Howto: ..... ) end |