Skip to content
Permalink
master
Go to file
 
 
Cannot retrieve contributors at this time
11 lines (10 sloc) 219 Bytes
begin
require 'rubygems'
rescue LoadError
warn "`RubyGems' were not loaded."
end if defined?(Gem)
begin
require 'did_you_mean'
rescue LoadError
warn "`did_you_mean' was not loaded."
end if defined?(DidYouMean)
You can’t perform that action at this time.