Skip to content

Instantly share code, notes, and snippets.

@edsu
Created September 27, 2011 14:23
Show Gist options
  • Select an option

  • Save edsu/1245160 to your computer and use it in GitHub Desktop.

Select an option

Save edsu/1245160 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
require 'rubygems'
require 'bagit'
bag = BagIt::Bag.new 'test-data'
@edsu
Copy link
Copy Markdown
Author

edsu commented Sep 27, 2011

ed@curry:~/Projects/bagit-ruby$ ruby -Ilib test.rb
./lib/bagit/bag.rb:24:in initialize': uninitialized constant BagIt::Bag::FileUtils (NameError) from test.rb:6:innew'
from test.rb:6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment