Method: Metior::UnsupportedError#initialize
- Defined in:
- lib/metior/errors.rb
permalink #initialize(vcs) ⇒ UnsupportedError
Creates a new instance of this error
13 14 15 |
# File 'lib/metior/errors.rb', line 13 def initialize(vcs) super 'Operation not supported by the current VCS (:%s).' % vcs::NAME end |