Method: Bagger.bagit!

Defined in:
lib/bagger.rb

.bagit!(options) ⇒ Object



8
9
10
# File 'lib/bagger.rb', line 8

def self.bagit!(options)
  Bagger::Packager.new(options).run
end