Confused by remote logic ;)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Confused by remote logic ;)

stepharo
KomitNewSlice>>remote

     ^ MCRepositoryGroup default repositories
         detect: [ :e | e description =
'http://smalltalkhub.com/mc/Pharo/Pharo50Inbox/main/' ]
         ifNone: [ MCRepositoryGroup default repositories detect: [ :e |
e description = 'http://smalltalkhub.com/mc/Pharo/Pharo50Inbox/main' ] ]


may be the first time one is magically created :)


Stef