We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See lib/gc_tracer/version.rb
The module defined in ext/gc_tracer/gc_tracer.c is GC::Tracer, but in version.rb is defined as GcTracer.
version.rb
GcTracer
The text was updated successfully, but these errors were encountered:
Can gem check GC::Tracer?
Sorry, something went wrong.
@ko1 I will try it
1563f36
Merge pull request #3 from zzak/issue_2
91d2147
GCTracer -> GC::Tracer for `version.rb` [Fixes GH-2]
No branches or pull requests
See lib/gc_tracer/version.rb
The module defined in ext/gc_tracer/gc_tracer.c is GC::Tracer, but in
version.rb
is defined asGcTracer
.The text was updated successfully, but these errors were encountered: