Module: Dearchiver
- Defined in:
- lib/dearchiver.rb,
lib/dearchiver/version.rb,
lib/dearchiver/processor.rb
Defined Under Namespace
Classes: Processor
Constant Summary collapse
- VERSION =
"0.0.1"
Class Method Summary collapse
-
.new(options = {}) ⇒ Dearchiver::Processor
Shorthand to Dearchiver::Processor.new.
Class Method Details
.new(options = {}) ⇒ Dearchiver::Processor
Shorthand to Dearchiver::Processor.new
11 12 13 |
# File 'lib/dearchiver.rb', line 11 def new(={}) Dearchiver::Processor.new() end |