Module: October::Debugger::InstanceMethods
- Defined in:
- lib/october/debugger.rb
Instance Method Summary collapse
Instance Method Details
#init_pry ⇒ Object
26 27 28 29 30 31 32 |
# File 'lib/october/debugger.rb', line 26 def init_pry Thread.new do binding.pry Thread.pass end end |