Create your own GitHub profile
Join the platform over 40 million developers call home for hosting code, managing projects, and building their best software.
Sign up for free See pricing for teams and enterprises-
GIVE.asia
- Seattle, WA
- http://tanin.nanakorn.com
Pinned
402 contributions in the last year
Contribution activity
February 2020
Created an issue in sorbet/sorbet that received 1 comment
Confusing error on && with always true left operand
Input → View on sorbet.run # typed: strict extend T::Sig sig do params(x: Integer, y: Integer).void end def main(x, y) if x && y puts "Hello" end end
1
comment