IPSocketAddress.st
changeset 4101 6403cd829a72
parent 4100 808dd4ff3b12
child 4339 499b62578e95
--- a/IPSocketAddress.st	Wed Oct 05 19:21:11 2016 +0200
+++ b/IPSocketAddress.st	Wed Oct 05 19:22:33 2016 +0200
@@ -437,6 +437,7 @@
     "
      String streamContents:[:s | (IPSocketAddress hostName:'localhost') printAddressOn:s]
      (IPSocketAddress hostName:'localhost') printString
+     (IPSocketAddress hostName:'localhost') hostAddress printString
      (IPSocketAddress hostName:'exeptn') printString
      (IPSocketAddress hostName:'exeptn') printString
     "