Method: Gitplate::Plate#expand_path

Defined in:
lib/gitplate/plate.rb

#expand_path(path) ⇒ Object



86
87
88
# File 'lib/gitplate/plate.rb', line 86

def expand_path(path)
  File.expand_path(File.join(@project_dir, path))
end