Created
June 3, 2014 01:52
-
-
Save renier/9d23ead9a36ba2939d18 to your computer and use it in GitHub Desktop.
Rubocop NameError
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
irb(main):001:0> require 'rubocop' | |
=> true | |
irb(main):002:0> Rubocop | |
NameError: uninitialized constant Rubocop |
thx ;)
🤦
Thank you!
Thanks, I was ripping my hair out
Thanks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Answer is because Rubocop changed name to RuboCop (camel case) in version 0.23.0.