Libraries
»
sup
(1.1)
»
Index (P)
»
Redwood
»
Util
»
Path
Module: Redwood::Util::Path
Defined in:
lib/sup/util/path.rb
Class Method Summary
collapse
.
expand
(path) ⇒ Object
Class Method Details
.
expand
(path) ⇒
Object
4 5 6
# File 'lib/sup/util/path.rb', line 4
def
self
.
expand
(
path
)
::
File
.
expand_path
(
path
)
end