class Async::Task

def to_s

Other tags:
    Todo: - (picat) Add test for this method?
def to_s
	"#{super}[#{@status}]"
end