Module: Kernel

Defined in:
lib/fspath.rb

Instance Method Summary collapse

Instance Method Details

#FSPath(path) ⇒ Object

FSPath(path) method



13
14
15
# File 'lib/fspath.rb', line 13

def FSPath(path)
  FSPath.new(path)
end