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 Bug #14611 (Closed): Exotic method parameters bug
Consider the following code:
~~~ ruby
def test(_, x, *_)
x
end
test(1,2,3) # => nil
~~~
By some reason second parameter is nil when the rest of parameters declared as not used.
bogdan (Bogdan Gusiev)

12/28/2012

10:50 PM Ruby Bug #7632 (Closed): IRB autocompletion bug
Steps to reproduce:
* Launch IRB
* type: (&:)
* press tab
Result: irb crashes
Ruby version: ruby-1.9.3-p194
/Users/bogdan/.rvm/gems/ruby-1.9.3-p194/gems/wirble-0.1.3/lib/wirble.rb:95:in `save_history': undefined method `size' f...
bogdan (Bogdan Gusiev)

Also available in: Atom