Module: SuperSource::Exceptions
- Defined in:
- lib/super_source/exceptions.rb
Class Method Summary collapse
Class Method Details
.help_message ⇒ Object
7 8 9 10 11 12 |
# File 'lib/super_source/exceptions.rb', line 7 def Exceptions. "\n\n * " + ["To get client tokens, run `supso update`.", "If you do not have the supso command line interface yet, first run `gem install supso`.", "Visit http://supso.org/help for further help.", ].join("\n\n * ") + "\n\n" end |