Module: FeCoreExt::CoreExt::PathnameClassMethods
- Included in:
- Pathname
- Defined in:
- lib/fe_core_ext/core_ext/pathname.rb
Instance Method Summary collapse
Instance Method Details
#join(*args) ⇒ Object
37 38 39 |
# File 'lib/fe_core_ext/core_ext/pathname.rb', line 37 def join(*args) new(File.join(*args)) end |