Method: Klipbook::Sources::KindleDevice::Entry#initialize

Defined in:
lib/klipbook/sources/kindle_device/entry.rb

#initialize {|_self| ... } ⇒ Entry

Returns a new instance of Entry.

Yields:

  • (_self)

Yield Parameters:



7
8
9
# File 'lib/klipbook/sources/kindle_device/entry.rb', line 7

def initialize
  yield self if block_given?
end