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

uninitialized constant #<Class:Watchr> #58

Open
srghma opened this issue Oct 4, 2016 · 4 comments
Open

uninitialized constant #<Class:Watchr> #58

srghma opened this issue Oct 4, 2016 · 4 comments

Comments

@srghma
Copy link

srghma commented Oct 4, 2016

(master) % watchr ./koans/koans.watchr                                                        ~/Documents/ruby_koans
/home/bjorn/.gem/ruby/2.3.0/gems/watchr-0.7/lib/watchr.rb:111:in `handler': uninitialized constant #<Class:Watchr>::Config (NameError)
    from /home/bjorn/.gem/ruby/2.3.0/gems/watchr-0.7/bin/watchr:104:in `<top (required)>'
    from /home/bjorn/.gem/ruby/2.3.0/bin/watchr:22:in `load'
    from /home/bjorn/.gem/ruby/2.3.0/bin/watchr:22:in `<main>'

(master) [1] % ruby -v                                                                  ~/Documents/ruby_koans/koans
ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-linux]
(master) % gem -v                                                                     ~/Documents/ruby_koans/koans
2.6.4

@kevinburke
Copy link

I fixed this in my fork - run gem install observr and replace watchr calls with observr and it works fine.

kevinburke@8d69bbd

@srghma
Copy link
Author

srghma commented Oct 4, 2016

@kevinburke, heh, already installed, great work 👍

@RyanFleck
Copy link

Thanks @kevinburke, but ensure the work gets back into the Watchr project so people (me) contemplating the Ruby Koans don't need to dig!

@kevinburke
Copy link

kevinburke commented Aug 7, 2019 via email

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

3 participants