Sha256: f90714d198d368d35e2d292559af03f801c0e6a36d49217f2377318d138415b8
Contents?: true
Size: 263 Bytes
Versions: 27
Compression:
Stored size: 263 Bytes
Contents
# frozen_string_literal: true require_relative "debug" module IRB # :stopdoc: module ExtendCommand class Continue < DebugCommand def execute(*args) super(do_cmds: ["continue", *args].join(" ")) end end end # :startdoc: end
Version data entries
27 entries across 27 versions & 2 rubygems