s/BenchmarkReport.st
changeset 189 89dc47e75645
parent 180 df8e7dcbfd8d
child 192 a0209af616e7
--- a/s/BenchmarkReport.st	Thu Sep 19 22:12:36 2013 +0100
+++ b/s/BenchmarkReport.st	Thu Sep 19 22:29:04 2013 +0100
@@ -34,7 +34,7 @@
 !BenchmarkReport methodsFor:'accessing'!
 
 name
-    ^ name ? '<unnamed>'
+    ^ name notNil ifTrue:[name] ifFalse:['<unnamed>']
 
     "Modified: / 12-08-2013 / 18:18:45 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !