module Kernel

Public Instance Methods

Path(*args) click to toggle source

rubocop:disable Style/MethodName

# File lib/rubypath.rb, line 26
def Path(*args)
  Path.new(*args)
end