que version sera de smalltalk la extencion es .st

8 views
Skip to first unread message

miguel agustin cardamone

unread,
Jun 25, 2019, 10:58:45 AM6/25/19
to ClubSmalltalk
Class {
#name : #Content,
#superclass : #Object,
#instVars : [
'text',
'user',
'creation',
'reactions'
],
#category : #'Practica1-Core'
}

{ #category : #accessing }
Content >> creation [
^ creation
]

{ #category : #accessing }
Content >> creation: anObject [
creation := anObject
]

{ #category : #accessing }
Content >> reactions [
^ reactions
]

{ #category : #accessing }
Content >> reactions: anObject [
reactions := anObject
]

{ #category : #accessing }
Content >> text [
^ text
]

{ #category : #accessing }
Content >> text: anObject [
text := anObject
]

{ #category : #accessing }
Content >> user [
^user
]

{ #category : #accessing }
Content >> user: anObject [
user := anObject
]

?????

Esteban Maringolo

unread,
Jun 25, 2019, 12:25:17 PM6/25/19
to clubsm...@googlegroups.com
Lo más probable es que venga de Pharo (www.pharo.org), ya que el
formato de ese contenido es Tonel
(https://github.com/pharo-vcs/tonel).

Saludos,

Esteban A. Maringolo

Esteban A. Maringolo
> --
> --
> To post to this group, send email to clubSm...@googlegroups.com
> To unsubscribe from this group, send email to clubSmalltal...@googlegroups.com
>
> http://www.clubSmalltalk.org
> ---
> Has recibido este mensaje porque estás suscrito al grupo "ClubSmalltalk" de Grupos de Google.
> Para cancelar la suscripción a este grupo y dejar de recibir sus mensajes, envía un correo electrónico a clubsmalltal...@googlegroups.com.
> Para ver esta conversación en el sitio web, visita https://groups.google.com/d/msgid/clubsmalltalk/1a53d014-48c3-4b82-8808-04c069918ceb%40googlegroups.com.
> Para acceder a más opciones, visita https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages