Dec. 10, 2010
4:09 p.m.
What about
'www.cnn.com' asUrl = ( 'cnn.com' asUrl )?
I'm not sure what the right answer to that is - sorry.
should be false to me...
Hi,
I'd like to compare url's but it doesn't seem to work (as I expect - Pharo 1.1)
ex: 'http://www.pharo-project.org' asUrl = 'http://www.pharo-project.org' asUrl. => false
What about having:
Url>> = anotherUrl
^self asText = anotherUrl asText
Do we need to redefine hash too ?
TIA
Cédrick