module Redwood::Util::Path

Public Class Methods

expand(path) click to toggle source
# File lib/sup/util/path.rb, line 4
def self.expand(path)
  ::File.expand_path(path)
end