Top Level Namespace
Defined Under Namespace
Modules: Mindee
Constant Summary collapse
- OTS_OWNER =
Default owner for products.
'mindee'
- PDFReader =
Shorthand for pdf-reader’s PDF namespace, to avoid mixups with the local Origami fork.
PDF
Instance Method Summary collapse
-
#logger ⇒ Object
Shorthand to call the logger from anywhere.
Instance Method Details
#logger ⇒ Object
Shorthand to call the logger from anywhere.
84 85 86 |
# File 'lib/mindee.rb', line 84 def logger Mindee::Logging.logger end |