Module: Redwood::Util::Path

Defined in:
lib/sup/util/path.rb

Class Method Summary collapse

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