summaryrefslogtreecommitdiff
path: root/gem_prelude.rb
blob: c4debb6509a4d27d764aa5b357245c36743fb50d (plain)
1
2
3
4
5
6
7
8
9
10
11
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)