Exception: Doubleshot::Lockfile::UnlockedDependencyError
- Defined in:
- lib/doubleshot/lockfile.rb
Instance Method Summary collapse
-
#initialize(dependency) ⇒ UnlockedDependencyError
constructor
A new instance of UnlockedDependencyError.
Constructor Details
#initialize(dependency) ⇒ UnlockedDependencyError
Returns a new instance of UnlockedDependencyError.
5 6 7 |
# File 'lib/doubleshot/lockfile.rb', line 5 def initialize(dependency) super "Dependency #{dependency.to_s.inspect} is unlocked!" end |