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