Method: DrJekyll::UnzipCommand#initialize
- Defined in:
- lib/drjekyll/cli/unzip.rb
#initialize(catalog, opts) ⇒ UnzipCommand
Returns a new instance of UnzipCommand.
8 9 10 11 |
# File 'lib/drjekyll/cli/unzip.rb', line 8 def initialize( catalog, opts ) @catalog = catalog @opts = opts end |