Class: Thread
- Inherits:
-
Object
show all
- Defined in:
- lib/rtinspect.rb
Instance Method Summary
collapse
Instance Method Details
#inspect ⇒ Object
19
20
21
|
# File 'lib/rtinspect.rb', line 19
def inspect
show_with_name( inspect_without_name )
end
|
#inspect_without_name ⇒ Object
18
|
# File 'lib/rtinspect.rb', line 18
alias inspect_without_name inspect
|
#to_s ⇒ Object
23
24
25
|
# File 'lib/rtinspect.rb', line 23
def to_s
show_with_name( to_s_without_name )
end
|
#to_s_without_name ⇒ Object
22
|
# File 'lib/rtinspect.rb', line 22
alias to_s_without_name to_s
|