Minor refatorings.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2021-11-10 10:51:36 -05:00
parent be75aaea9f
commit d004a7ec55
4 changed files with 7 additions and 2 deletions

View File

@ -0,0 +1,4 @@
instance creation
fromUrl: aString
"Convinience shortcut as most of resources are published originally in English."
^ self fromUrl: aString language: 'en'

View File

@ -1,5 +1,5 @@
accessing
fromUrlString: aString language: isoCode
fromUrl: aString language: isoCode
| rawData |
rawData := STON fromString: aString asUrl retrieveContents.

View File

@ -0,0 +1 @@
I model Starforged Oracles.

View File

@ -1,5 +1,5 @@
{
"commentStamp" : "",
"commentStamp" : "<historical>",
"super" : "Object",
"category" : "RoloLudo-RoloLudo",
"classinstvars" : [ ],