Class: Thread
- Inherits:
-
Object
- Object
- Thread
- Defined in:
- lib/rake/opt/current_invocation_chain/patches/thread.rb
Overview
Thread class override Keep track of parents and lineage
Instance Method Summary collapse
Instance Method Details
#promise ⇒ Object
6 7 8 |
# File 'lib/rake/opt/current_invocation_chain/patches/thread.rb', line 6 def promise self['promise'] end |
#promise=(promise) ⇒ Object
10 11 12 |
# File 'lib/rake/opt/current_invocation_chain/patches/thread.rb', line 10 def promise=(promise) self['promise'] = promise end |