The new event initialized is added in IRuby::Kernel class.
This event occurs after an IRuby::Kernel object is initialized.
The new kernel object is passed to the callable objects registered to the initialize event.
This pull request is the redesign of the idea originally proposed by @Yuki-Inoue in #168.
The new event
initialized
is added inIRuby::Kernel
class. This event occurs after anIRuby::Kernel
object is initialized. The new kernel object is passed to the callable objects registered to theinitialize
event.This pull request is the redesign of the idea originally proposed by @Yuki-Inoue in #168.