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



175
176
177
178
# File 'lib/nrepl-lazuli/server.rb', line 175

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

#parentObject



180
181
182
# File 'lib/nrepl-lazuli/server.rb', line 180

def parent
  @parent
end