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



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

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

#parentObject



105
106
107
# File 'lib/nrepl-lazuli/server.rb', line 105

def parent
  @parent
end