General

Profile

bogdan (Bogdan Gusiev)

  • Login: bogdan
  • Email: agresso@gmail.com
  • Registered on: 04/16/2012
  • Last sign in: 12/01/2020

Issues

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

Activity

03/16/2018

01:27 PM Ruby master Bug #14611 (Closed): Exotic method parameters bug
Consider the following code:
~~~ ruby
def test(_, x, *_)
x
end
test(1,2,3) # => nil
~~~
By some reas...
bogdan (Bogdan Gusiev)

12/28/2012

10:50 PM Ruby master Bug #7632 (Closed): IRB autocompletion bug
Steps to reproduce:
* Launch IRB
* type: (&:)
* press tab
Result: irb crashes
Ruby version: ruby-1.9.3-p194
...
bogdan (Bogdan Gusiev)

Also available in: Atom