Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use require_relative #2

Open
garfieldnate opened this issue Sep 7, 2015 · 0 comments
Open

use require_relative #2

garfieldnate opened this issue Sep 7, 2015 · 0 comments

Comments

@garfieldnate
Copy link

The line require 'kramdown/converter/backlog' causes the script to fail with this error:

C:/Ruby22/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require': cannot load such file -- kramdown/converter/backlog (LoadError)
        from C:/Ruby22/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in
`require'
        from convert.rb:6:in `<main>'

If you change require to require_relative, then the script works again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant