Module: Slacking::Help
- Included in:
- Slacking
- Defined in:
- lib/slacking/help.rb
Instance Method Summary collapse
Instance Method Details
#display_help ⇒ Object
3 4 5 6 7 8 9 |
# File 'lib/slacking/help.rb', line 3 def display_help puts "----" puts "Type [username] to create a new profile, or use an existing one" puts "Type [username] --image to change an existing profile's image" puts "Type [username] --channel to change an existing profile's slack channel" puts '----' end |