module Slacking::Help
Public Instance Methods
display_help()
click to toggle source
# 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