Module: Mundane
- Defined in:
- lib/mundane.rb,
lib/mundane/version.rb,
lib/mundane/prompter.rb,
lib/mundane/file_worker.rb,
lib/mundane/algos/files_to_zips.rb,
lib/mundane/algos/zips_to_files.rb
Defined Under Namespace
Modules: FileWorker, Prompter
Classes: FilesToZips, ZipsToFiles
Constant Summary
collapse
- VERSION =
'0.0.1'
Class Method Summary
collapse
Class Method Details
.files_to_zips ⇒ Object
14
15
16
|
# File 'lib/mundane.rb', line 14
def self.files_to_zips
FilesToZips.execute
end
|
.version ⇒ Object
22
23
24
|
# File 'lib/mundane.rb', line 22
def self.version
Mundane::VERSION
end
|
.zips_to_files ⇒ Object
18
19
20
|
# File 'lib/mundane.rb', line 18
def self.zips_to_files
ZipsToFiles.execute
end
|