35 36 37 38
# File 'lib/jake.rb', line 35 def self.path(*parts) parts = parts.compact.map { |p| p.to_s } File.expand_path(File.join(*parts)) end