class Remap::PathError
Attributes
path[R]
@return [Array<Key>]
Public Class Methods
new(path)
click to toggle source
Calls superclass method
# File lib/remap/path_error.rb, line 8 def initialize(path) super(path.join(".")) @path = path end