lib/taskinator/tasks.rb in taskinator-0.0.17 vs lib/taskinator/tasks.rb in taskinator-0.0.18

- old
+ new

@@ -40,10 +40,10 @@ current = current.next end end def inspect - %(#<#{self.class.name}:0x#{self.__id__.to_s(16)} tasks=[#{collect(&:inspect).join(', ')}]>) + %([#{collect(&:inspect).join(', ')}]) end end end