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



15
16
17
# File 'lib/fe_core_ext/core_ext/pathname.rb', line 15

def join(*args)
  new(File.join(*args))
end