Exception: Remap::PathError
- Defined in:
- lib/remap/path_error.rb
Instance Attribute Summary collapse
- #path ⇒ Array<Key> readonly
Instance Method Summary collapse
-
#initialize(path) ⇒ PathError
constructor
A new instance of PathError.
Constructor Details
#initialize(path) ⇒ PathError
Returns a new instance of PathError.
8 9 10 11 |
# File 'lib/remap/path_error.rb', line 8 def initialize(path) super(path.join(".")) @path = path end |
Instance Attribute Details
#path ⇒ Array<Key> (readonly)
6 7 8 |
# File 'lib/remap/path_error.rb', line 6 def path @path end |