Module: Kernel
- Defined in:
- lib/rubypath.rb
Instance Method Summary collapse
-
#Path(*args) ⇒ Object
rubocop:disable Style/MethodName.
Instance Method Details
#Path(*args) ⇒ Object
rubocop:disable Style/MethodName
26 27 28 |
# File 'lib/rubypath.rb', line 26 def Path(*args) Path.new(*args) end |