File Manager

Path: /opt/cpanel/ea-ruby27/root/usr/local/share/gems/gems/irb-1.18.0/lib/irb/helper_method/

Viewing File: conf.rb

module IRB
  module HelperMethod
    class Conf < Base
      description "Returns the current IRB context."

      def execute
        IRB.CurrentContext
      end
    end
  end
end