lib/klipbook/sources/kindle_device/entry.rb in klipbook-2.1.3 vs lib/klipbook/sources/kindle_device/entry.rb in klipbook-3.0.0

- old
+ new

@@ -1,11 +1,13 @@ -module Klipbook::Sources - module KindleDevice - class Entry - attr_accessor :title, :author, :type, :location, :page, :added_on, :text +module Klipbook + module Sources + module KindleDevice + class Entry + attr_accessor :title, :author, :type, :location, :page, :added_on, :text - def initialize - yield self if block_given? + def initialize + yield self if block_given? + end end end end end