Method: EPUBMaker::EPUBv2#initialize
- Defined in:
- lib/epubmaker/epubv2.rb
#initialize(producer) ⇒ EPUBv2
Construct object with parameter hash params and message resource hash res.
20 21 22 |
# File 'lib/epubmaker/epubv2.rb', line 20 def initialize(producer) @producer = producer end |