Skip to content

Instantly share code, notes, and snippets.

@alexmchale
Created July 22, 2010 13:53
Show Gist options
  • Save alexmchale/485990 to your computer and use it in GitHub Desktop.
Save alexmchale/485990 to your computer and use it in GitHub Desktop.
begin
require 'rake'
rescue LoadError
begin
require 'rubygems'
rescue LoadError
end
require 'rake'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment