Sha256: 861cffe1e9166dd0d2891119efb0a42d5879f4f93b5066012db1074573624c4b
Contents?: true
Size: 322 Bytes
Versions: 18
Compression:
Stored size: 322 Bytes
Contents
# frozen_string_literal: true require "byebug/processors/command_processor" module Byebug # # Processes commands in post_mortem mode # class PostMortemProcessor < CommandProcessor def commands super.select(&:allow_in_post_mortem) end def prompt "(byebug:post_mortem) " end end end
Version data entries
18 entries across 18 versions & 8 rubygems