diff options
Diffstat (limited to 'lib/irb/command/step.rb')
| -rw-r--r-- | lib/irb/command/step.rb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/lib/irb/command/step.rb b/lib/irb/command/step.rb deleted file mode 100644 index cce7d2b0f8..0000000000 --- a/lib/irb/command/step.rb +++ /dev/null @@ -1,17 +0,0 @@ -# frozen_string_literal: true - -require_relative "debug" - -module IRB - # :stopdoc: - - module Command - class Step < DebugCommand - def execute(*args) - super(do_cmds: ["step", *args].join(" ")) - end - end - end - - # :startdoc: -end |
