General

Profile

tb (Tobias Bühlmann)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

01/04/2015

03:40 PM Ruby Bug #10695 (Closed): Segmentation fault with *args and **kwargs
The following will raise a Segmentation fault:
~~~ruby
def foo(*args, **kwargs)
puts "args: #{args}"
puts "kwargs: #{kwargs}"
end
foo('foo' => 'bar')
~~~
Segmentation fault in [here](https://gist.github.com/tbuehlmann/5...
tb (Tobias Bühlmann)

Also available in: Atom