86 87 88
# File 'lib/gitplate/plate.rb', line 86 def expand_path(path) File.expand_path(File.join(@project_dir, path)) end