Class: Deploy::Error
- Inherits:
-
Object
- Object
- Deploy::Error
- Defined in:
- lib/deploy_version.rb
Class Method Summary collapse
Class Method Details
.not_implemented(method) ⇒ Object
12 13 14 |
# File 'lib/deploy_version.rb', line 12 def not_implemented(method) new("The method:[#{method}] hasn't been implemented yet.") end |