class Verku::Exporter::Mobi

Public Instance Methods

export!() click to toggle source
# File lib/verku/exporter/mobi.rb, line 4
def export!
  puts "-- Exporting MOBI"
  spawn_command ["kindlegen", epub_file.to_s,]
  true
rescue Exception
  p $!, $@
  false
end