Method: Byebug::DebugCommand#execute
- Defined in:
- lib/byebug/commands/debug.rb
#execute ⇒ Object
32 33 34 35 36 |
# File 'lib/byebug/commands/debug.rb', line 32 def execute return puts(help) unless @match[1] puts safe_inspect(separate_thread_eval(@match[1])) end |