Sha256: de2301db7bc7d440dafb83e2135b613e100bd478898c6220c8e2c6622aa5ef91
Contents?: true
Size: 406 Bytes
Versions: 7141
Compression:
Stored size: 406 Bytes
Contents
# frozen_string_literal: true require_relative "command_processor" module Byebug # # Processes commands when there's not program running # class ControlProcessor < CommandProcessor # # Available commands # def commands super.select(&:allow_in_control) end # # Prompt shown before reading a command. # def prompt "(byebug:ctrl) " end end end
Version data entries
7,141 entries across 7,138 versions & 34 rubygems