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



94
95
96
97
# File 'lib/nrepl-lazuli/server.rb', line 94

def initialize(*args, &b)
  @parent = Thread.current
  super
end

#parentObject



99
100
101
# File 'lib/nrepl-lazuli/server.rb', line 99

def parent
  @parent
end