Module: NREPL::ThreadPatch
- Defined in:
- lib/nrepl-lazuli/server.rb
Overview
Sorry, no other way…
Instance Method Summary collapse
Instance Method Details
#initialize(*args, &b) ⇒ Object
134 135 136 137 |
# File 'lib/nrepl-lazuli/server.rb', line 134 def initialize(*args, &b) @parent = Thread.current super end |
#parent ⇒ Object
139 140 141 |
# File 'lib/nrepl-lazuli/server.rb', line 139 def parent @parent end |