General

Profile

jessesielaff (Jesse Sielaff)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 3 3

Activity

02/09/2016

12:12 AM Ruby Bug #12058 (Closed): Unexpected value of __callee__ when including a module
I noticed a surprising behavior when invoking `__callee__` in an aliased method.
When invoked via a method created by `alias_method`, `__callee__` ignores the name of the old method (here `xxx`) and returns the name of the new method,...
jessesielaff (Jesse Sielaff)

04/25/2014

08:30 PM Ruby Bug #9776: Ruby double-splat operator unexpectedly modifies hash
Origin:
http://stackoverflow.com/questions/23282342/ruby-double-splat-operator-destructive-vs-nondestructive
jessesielaff (Jesse Sielaff)
08:12 PM Ruby Bug #9776 (Closed): Ruby double-splat operator unexpectedly modifies hash
I noticed what I find to be a very surprising behavior with the double-splat (`**`) operator in Ruby 2.1.1.
When key-value pairs are used before a `**hash`, the hash remains unmodified. However, when key-value pairs are only used afte...
jessesielaff (Jesse Sielaff)

02/22/2014

03:41 AM Ruby Bug #9551 (Closed): [DOC] Fix for documentation of Kernel::catch
The current documentation for `Kernel::catch` contains complicated examples and confusing language.
*"when arg is given, catch yields it as is, or when no arg is given, catch assigns a new unique object to throw. this is useful for nest...
jessesielaff (Jesse Sielaff)

Also available in: Atom