Closed joenoon closed 11 years ago
Currently, any object that you call #trigger on will be retained indefinitely due to a bug with Hash.new: http://hipbyte.myjetbrains.com/youtrack/issue/RM-203
This fixes it, and adds specs so when we can eventually revert back to Hash.new syntax, we can be sure there isnt a regression.
Whoa, that's unexpected. Good call! Thanks for the specs as well, really awesome to have those.
Currently, any object that you call #trigger on will be retained indefinitely due to a bug with Hash.new: http://hipbyte.myjetbrains.com/youtrack/issue/RM-203
This fixes it, and adds specs so when we can eventually revert back to Hash.new syntax, we can be sure there isnt a regression.