Method: EeePub::Easy#initialize

Defined in:
lib/eeepub/easy.rb

#initialize(&block) ⇒ Easy

Returns a new instance of Easy.

Parameters:

  • block (Proc)

    the block for initialize



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

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