Created
July 25, 2011 20:44
-
-
Save fguillen/1105149 to your computer and use it in GitHub Desktop.
not require rubygems
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
begin | |
require 's3' | |
rescue LoadError | |
require 'rubygems' | |
require 's3' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment