chendo (Jack Chen)
- Email: ruby-lang@chen.do
- Registered on: 11/22/2012
- Last connection: 05/09/2014
Issues
Activity
03/05/2014
-
06:00 AM Ruby trunk Bug #9593 (Closed): Keyword arguments default argument assignment behaviour not consistent with optional argument
- Given the following code:
def var
100
end
def foo(var: var + 1)
puts "var: #{var.ins...
09/12/2013
-
09:54 AM Ruby trunk Feature #8895: Destructuring Assignment for Hash
- sawa (Tsuyoshi Sawada) wrote:
> Given that destructive assignments with array prohibits the `[ ]` on the left side o... -
09:52 AM Ruby trunk Feature #8895: Destructuring Assignment for Hash
- marcandre (Marc-Andre Lafortune) wrote:
> I suggested something similar in [ruby-core:41772].
> Here is a summary ...
09/11/2013
-
04:06 PM Ruby trunk Feature #8895 (Open): Destructuring Assignment for Hash
Given Ruby already supports destructuring assignment with Array (a, b = [1, 2]), I propose destructuring assignment...
11/22/2012
-
03:51 PM Ruby trunk Feature #7418: Kernel#used_refinements
- +1 since I gave Charlie the idea :)
Also available in: Atom