Method: CreateGithubRelease::CommandLine::Validations::ValidateRemote#error
- Defined in:
- lib/create_github_release/command_line/validations.rb
#error ⇒ String+
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Called when valid? is false to return the error messages
238 |
# File 'lib/create_github_release/command_line/validations.rb', line 238 def error = "--remote='#{.remote}' is not valid" |