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