Method: Byebug::PostMortemProcessor#commands
- Defined in:
- lib/byebug/processors/post_mortem_processor.rb
#commands ⇒ Object
10 11 12 |
# File 'lib/byebug/processors/post_mortem_processor.rb', line 10 def commands super.select(&:allow_in_post_mortem) end |