Sha256: 14ca9c134a01d98e2c1c9a5d42069efee4173870f3f001a39d6439147a7ce884
Contents?: true
Size: 251 Bytes
Versions: 9
Compression:
Stored size: 251 Bytes
Contents
# frozen_string_literal: true require_relative "debug" module IRB # :stopdoc: module Command class Step < DebugCommand def execute(arg) execute_debug_command(do_cmds: "step #{arg}") end end end # :startdoc: end
Version data entries
9 entries across 9 versions & 3 rubygems