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