lib/celluloid/tasks/task_thread.rb in celluloid-0.12.0.pre2 vs lib/celluloid/tasks/task_thread.rb in celluloid-0.12.0.pre3
- old
+ new
@@ -71,9 +71,9 @@
# Is the current task still running?
def running?; @status != :dead; end
# Nicer string inspect for tasks
def inspect
- "<Celluloid::Task:0x#{object_id.to_s(16)} @type=#{@type.inspect}, @status=#{@status.inspect}>"
+ "<Celluloid::TaskThread:0x#{object_id.to_s(16)} @type=#{@type.inspect}, @status=#{@status.inspect}>"
end
end
end