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