Module: SuperSource::Exceptions

Defined in:
lib/super_source/exceptions.rb

Class Method Summary collapse

Class Method Details

.help_messageObject



7
8
9
10
11
12
# File 'lib/super_source/exceptions.rb', line 7

def Exceptions.help_message
  "\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