Created
April 29, 2012 17:11
-
-
Save beakr/2551994 to your computer and use it in GitHub Desktop.
Require error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# lib/socks.rb | |
require 'socks/version' | |
require 'socks/base_controller' | |
require 'socks/content_helpers' | |
# lib/socks/content_helpers.rb | |
module Socks | |
class ContentHelpers | |
# ... | |
end | |
end | |
#=> `require': no such file to load -- socks/content_helpers (LoadError) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment