Class: Pkg_noisrev::MyThread
- Inherits:
-
Thread
- Object
- Thread
- Pkg_noisrev::MyThread
- Defined in:
- lib/pkg_noisrev/threads.rb
Defined Under Namespace
Classes: Stat
Instance Attribute Summary collapse
-
#stat ⇒ Object
Returns the value of attribute stat.
Instance Method Summary collapse
-
#initialize(*var, n) ⇒ MyThread
constructor
n – thread number.
Constructor Details
Instance Attribute Details
#stat ⇒ Object
Returns the value of attribute stat.
90 91 92 |
# File 'lib/pkg_noisrev/threads.rb', line 90 def stat @stat end |