module Kernel
@private The extension to define the global method Path()
Private Instance Methods
Path(*args)
click to toggle source
A shorthand method to create a {Path}. Same as {Path.new}.
# File lib/path/identity.rb, line 157 def Path(*args) Path.new(*args) end