module EPUBChop

Constants

VERSION

Public Class Methods

get(path, options = {}) click to toggle source
# File lib/EPUBChop.rb, line 6
def self.get(path, options = {})
  EPUBChop::Chop.new(path, options)
end