Module: Kernel

Defined in:
lib/fspath.rb

Instance Method Summary collapse

Instance Method Details

#FSPath(path) ⇒ Object

FSPath(path) method



149
150
151
# File 'lib/fspath.rb', line 149

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