# File lib/system_timer/thread_timer.rb, line 17
17:     def to_s
18:       "<ThreadTimer :time => #{trigger_time}, :thread => #{thread}, :exception_class => #{exception_class}>"
19:     end