ryannevell (Ryan Nevell)
- Login: ryannevell
- Email: ryan.nevell@gmail.com
- Registered on: 01/16/2015
- Last sign in: 01/19/2021
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 2 | 2 |
Activity
01/19/2021
- 09:52 PM Ruby master Bug #17563: FrozenError raised from Module#const_set when receiver is not frozen
- I've tried simply replacing `rb_ivar_set` with `ivar_set`, which skips the freeze check, but otherwise behaves the sa...
- 08:03 PM Ruby master Bug #17563 (Closed): FrozenError raised from Module#const_set when receiver is not frozen
- The following code executed without error on Ruby 2.7.1 and many earlier 2.* versions. The behavior has changed on Ru...
08/17/2016
- 09:08 PM Ruby master Feature #8960: Add Exception#backtrace_locations
- Is there any way to re-raise an exception and propagate `backtrace_locations`? When I want to trap an exception and p...
01/16/2015
- 07:46 PM Ruby master Bug #10748 (Closed): Array#flatten(N) calls to_ary on the (N+1)-level objects
- ~~~
$ cat flatten.rb
class Foo
def respond_to?(name, include_private = true)
puts "respond_to?(#{name})"
...
Also available in: Atom