Method: EeePub::Easy#initialize

Defined in:
lib/eeepub/easy.rb

#initialize(&block) ⇒ Easy



37
38
39
40
41
# File 'lib/eeepub/easy.rb', line 37

def initialize(&block)
  @sections = []
  @assets = []
  super
end