Module: MakePDF::PathManip
- Included in:
- PDFWriter, MakePDF::Processor::Site
- Defined in:
- lib/make_pdf.rb
Instance Method Summary collapse
Instance Method Details
#relative_path(file, base_path) ⇒ Object
9 10 11 |
# File 'lib/make_pdf.rb', line 9 def relative_path(file, base_path) path_of(file).relative_path_from(path_of(base_path)) end |