Method: Origami::Filename.Unix
- Defined in:
- lib/origami/filespec.rb
.Unix(file) ⇒ Object
Converts UNIX file path into PDF file path.
90 91 92 |
# File 'lib/origami/filespec.rb', line 90 def Unix(file) LiteralString.new(file) end |
Converts UNIX file path into PDF file path.
90 91 92 |
# File 'lib/origami/filespec.rb', line 90 def Unix(file) LiteralString.new(file) end |