Skip to content

Instantly share code, notes, and snippets.

@seamusabshere
Created March 7, 2012 00:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seamusabshere/1989985 to your computer and use it in GitHub Desktop.
Save seamusabshere/1989985 to your computer and use it in GitHub Desktop.
non-annoying way of requiring ruby-debug
if ::Bundler.definition.specs['ruby-debug19'].first or ::Bundler.definition.specs['ruby-debug'].first
require 'ruby-debug'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment