Method: Path._load

Defined in:
lib/path/identity.rb

._load(path) ⇒ Object

Marshal loading.



149
150
151
# File 'lib/path/identity.rb', line 149

def self._load path
  self.new(path)
end