Sha256: f2d40629f7bdc506ff1318db75ee56a6f5f89c3023a739307b9d3a113f15c6ab

Contents?: true

Size: 182 Bytes

Versions: 8

Compression:

Stored size: 182 Bytes

Contents

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

      def execute
        IRB.CurrentContext
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 3 rubygems

Version Path
minato_ruby_api_client-0.2.2 vendor/bundle/ruby/3.2.0/gems/irb-1.14.0/lib/irb/helper_method/conf.rb
irb-1.14.3 lib/irb/helper_method/conf.rb
irb-1.14.2 lib/irb/helper_method/conf.rb
irb-1.14.1 lib/irb/helper_method/conf.rb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/irb-1.13.2/lib/irb/helper_method/conf.rb
irb-1.14.0 lib/irb/helper_method/conf.rb
irb-1.13.2 lib/irb/helper_method/conf.rb
irb-1.13.1 lib/irb/helper_method/conf.rb