Sha256: 358f3c73362077291b6386062a105a1e2d6a7fffce03d7761cb0035722f448b4
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 Next < DebugCommand def execute(arg) execute_debug_command(do_cmds: "next #{arg}") end end end # :startdoc: end
Version data entries
9 entries across 9 versions & 3 rubygems