Module: BrotherEscp
- Defined in:
- lib/brother_escp.rb,
lib/brother_escp/image.rb,
lib/brother_escp/version.rb,
lib/brother_escp/document.rb,
lib/brother_escp/sequence.rb,
lib/brother_escp/image_converter.rb
Overview
Main module
Defined Under Namespace
Modules: Sequence Classes: Document, Image, ImageConverter
Constant Summary collapse
- VERSION =
Current version
'0.3.0'
Class Method Summary collapse
-
.logger ⇒ Object
Helper method to access logger.
Class Method Details
.logger ⇒ Object
Helper method to access logger
14 15 16 |
# File 'lib/brother_escp.rb', line 14 def logger @logger ||= Logger.new(STDERR) end |