Class: DjVuTools
- Inherits:
-
Object
- Object
- DjVuTools
- Defined in:
- lib/djvu-tools.rb,
lib/djvu-tools/version.rb
Overview
Ruby toolbox for manipulating DjVu files.
Direct Known Subclasses
Constant Summary collapse
- VERSION =
Version number.
"0.2.4"
Instance Method Summary collapse
-
#initialize(file) ⇒ DjVuTools
constructor
A new instance of DjVuTools.
-
#run ⇒ Object
Run djvused with the current command string.
Constructor Details
Instance Method Details
#run ⇒ Object
Run djvused with the current command string.
17 18 19 |
# File 'lib/djvu-tools.rb', line 17 def run @djvu.save end |