module Eepub

Constants

VERSION

Public Class Methods

load_from(path) click to toggle source
# File lib/eepub.rb, line 7
def load_from(path)
  Epub.new(path)
end