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
Popular repositories
394 contributions in the last year
Contribution activity
June 2020
Created a pull request in ruby/ruby that received 1 comment
Anonymous Struct literal `${a:1, b:2}`
Try to introduce anonymous Struct literal.
${a:1, b:2} is equal to Struct.new(kw.keys).new(kw.values) where kw is {a:1, b:2}.
Anonymous class is pr…
+139
−4
•
1
comment