Skip to content

Instantly share code, notes, and snippets.

@zackchandler
Created October 31, 2008 21:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save zackchandler/21418 to your computer and use it in GitHub Desktop.
Save zackchandler/21418 to your computer and use it in GitHub Desktop.
# works
require 'rest_client'
# broken
dependency 'rest-client'
# broken
dependency 'rest_client'
# broken
dependency('rest-client'){ require 'rest_client' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment