class FindGithubEmail::Errors::NoGithubUser
Public Instance Methods
message()
click to toggle source
# File lib/find_github_email/errors.rb, line 29 def message "Ooops, there is no GitHub user with username " \ "#{@username} #{HELP_OUTPUT}" end