Sha256: 4f57d6f246a2e546c8e2c716ae506d0653248d93a76312e14d968f8026158eb4

Contents?: true

Size: 254 Bytes

Versions: 9

Compression:

Stored size: 254 Bytes

Contents

# frozen_string_literal: true

require_relative "debug"

module IRB
  # :stopdoc:

  module Command
    class Catch < DebugCommand
      def execute(arg)
        execute_debug_command(pre_cmds: "catch #{arg}")
      end
    end
  end

  # :startdoc:
end

Version data entries

9 entries across 9 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/command/catch.rb
irb-1.14.3 lib/irb/command/catch.rb
irb-1.14.2 lib/irb/command/catch.rb
irb-1.14.1 lib/irb/command/catch.rb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/irb-1.13.2/lib/irb/command/catch.rb
irb-1.14.0 lib/irb/command/catch.rb
irb-1.13.2 lib/irb/command/catch.rb
irb-1.13.1 lib/irb/command/catch.rb
irb-1.13.0 lib/irb/command/catch.rb