Class: Destroyed

Inherits:
Object
  • Object
show all
Defined in:
lib/cwr.rb

Instance Method Summary collapse

Constructor Details

#initialize(former_path) ⇒ Destroyed

Returns a new instance of Destroyed.



95
96
97
# File 'lib/cwr.rb', line 95

def initialize(former_path)
  @former_path = former_path
end