General

Profile

professeurx (Françoys Proulx)

  • Login: professeurx
  • Registered on: 09/04/2019
  • Last sign in: 09/04/2019

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 2 2

Activity

09/04/2019

02:55 AM Ruby master Feature #16141 (Closed): Change in the array[x,y] notation.

It not a bug, but it's an oddity of the language.
``` ruby
array_four = %w[a b c d e f g]
p array_four[1,3...
professeurx (Françoys Proulx)
02:33 AM Ruby master Bug #16140 (Rejected): non-typed variable
I not sure if it's a bug. But maybe it is.
``` ruby
a = 2
puts a
a = "two"
puts a
=> 2
=> two
```
I...
professeurx (Françoys Proulx)

Also available in: Atom