Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,621 contributions in the last year
Activity overview
Contributed to
ruby-next/ruby-next,
anycable/anycable-go,
palkan/anyway_config
and 5 other
repositories
Contribution activity
June 2020
Created a pull request in Homebrew/homebrew-core that received 4 comments
anycable-go 1.0.0
Have you followed the guidelines for contributing? Have you checked that there aren't other open pull requests for the same formula update/change?
+3
−3
•
4
comments
Created an issue in oracle/truffleruby that received 10 comments
include within refine doesn't work
Here is an example: module A def test "testo" end end class B end using(Module.new do refine B do include A end end) B.new.test #=> private method …
10
comments