# File lib/epuber/ruby_extensions/thread.rb, line 10 def ==(other) to_s == other.to_s end
# File lib/epuber/ruby_extensions/thread.rb, line 6 def hash to_s.hash end