Skip to content

Instantly share code, notes, and snippets.

@tooky
Created August 4, 2009 11:03
Show Gist options
  • Save tooky/161151 to your computer and use it in GitHub Desktop.
Save tooky/161151 to your computer and use it in GitHub Desktop.
begin
require 'less'
rescue LoadError
begin
config.gem "less"
require 'less'
rescue LoadError
puts "Please install the Less gem, `gem install less`."
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment