0.1.2
CLI
- Changed
Ronin::Core::CLI::RubyShell#initialize
to wrap aModule
context:
value in anObject
instance which includes the module. This allows the
IRB session to gain access to the module's constants and instances methods,
as well as correctly define and call instance methods in the IRB session.