Skip to content

0.1.2

Compare
Choose a tag to compare
@postmodern postmodern released this 19 Jul 01:05
· 44 commits to main since this release
v0.1.2

CLI

  • Changed Ronin::Core::CLI::RubyShell#initialize to wrap a Module context:
    value in an Object 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.