Method: Kernel#Path

Defined in:
lib/rubypath.rb

#Path(*args) ⇒ Object

rubocop:disable Style/MethodName



26
27
28
# File 'lib/rubypath.rb', line 26

def Path(*args)
  Path.new(*args)
end