Method: DrJekyll::UnzipCommand#unzip

Defined in:
lib/drjekyll/cli/unzip.rb

#unzip(key, theme) ⇒ Object



27
28
29
30
# File 'lib/drjekyll/cli/unzip.rb', line 27

def unzip( key, theme )
  pak = Package.new( key, theme )
  pak.unzip( "./#{key}" )
end