PATH:
opt
/
alt
/
ruby34
/
share
/
gems
/
gems
/
irb-1.14.3
/
lib
/
irb
/
helper_method
module IRB module HelperMethod class Conf < Base description "Returns the current IRB context." def execute IRB.CurrentContext end end end end
[-] conf.rb
[edit]
[-] base.rb
[edit]
[+]
..