-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
- revision: Master @ 0638b16 (PDF)
- page: 51
Both code snippets for getting the French isograms:
(ZnClient new
get: 'https://raw.githubusercontent.com/SquareBracketAssociates/
LearningOOPWithPharo/
master/resources/listeDeMotsAFrancaisUTF8.txt') linesand
(ZnClient new
get: 'https://raw.githubusercontent.com/SquareBracketAssociates/
LearningOOPWithPharo/
master/resources/listeDeMotsFrancaisFrGutUTF8.txt') linesthrow the error Instance of ByteArray did not understand #lines.
This one works properly:
(ZnEasy
get: 'https://raw.githubusercontent.com/SquareBracketAssociates/LearningOOPWithPharo/master/resources/listeDeMotsAFrancaisUTF8.txt') contents lines BTW, does GitHub support some kind of url shorter to make the url more readable?
Metadata
Metadata
Assignees
Labels
No labels