Class: Thread

Inherits:
Object
  • Object
show all
Defined in:
lib/rtinspect.rb

Direct Known Subclasses

RuntimeInspection::Thread

Instance Method Summary collapse

Instance Method Details

#inspectObject



19
20
21
# File 'lib/rtinspect.rb', line 19

def inspect
    show_with_name( inspect_without_name )
end

#inspect_without_nameObject



18
# File 'lib/rtinspect.rb', line 18

alias inspect_without_name inspect

#to_sObject



23
24
25
# File 'lib/rtinspect.rb', line 23

def to_s
    show_with_name( to_s_without_name )
end

#to_s_without_nameObject



22
# File 'lib/rtinspect.rb', line 22

alias to_s_without_name to_s