DEBSOURCES
Skip Quicknav
sources / ruby3.4 / 3.4.5-1~exp1 / lib / irb / helper_method / conf.rb
1234567891011
module IRB module HelperMethod class Conf < Base description "Returns the current IRB context." def execute IRB.CurrentContext end end end end