Class: NeonDocuments::DocumentTemplates::WebpageScreenshot
- Inherits:
-
Object
- Object
- NeonDocuments::DocumentTemplates::WebpageScreenshot
- Defined in:
- lib/neon_documents/document_templates/webpage_screenshot.rb
Class Method Summary collapse
Class Method Details
.processed_filename(unprocessed_filename:) ⇒ Object
4 5 6 7 8 |
# File 'lib/neon_documents/document_templates/webpage_screenshot.rb', line 4 def self.processed_filename(unprocessed_filename:) unprocessed_filename .gsub(/:\/\//, "___") .tr(".", "_") end |