Popular repositories
-
crystal
The Crystal programming language
-
cukecooker
Write cucumber scenarios with aid
-
rgviz-rails
Google Visualization API Query Language for Ruby on Rails
-
rgviz
Google Visualization API Query Language for Ruby
-
adventofcode2017
My solutions to http://adventofcode.com/2017
-
geochat-rails
My try to implement geochat-core in rails :-P
807 contributions in the last year
Contribution activity
April 2018
Created a pull request in crystal-lang/crystal that received 14 comments
Don't leak variable name when assining to ivar/cvar in method signature
Fixes #5997 Fixes #4332 The idea is that this: def foo(@var) end expands to this: def foo(var __arg0) @var = __arg0 # the name __arg0 could be anot…
+81
−52
•
14
comments