initial
This commit is contained in:
6
src/TinyBlog.package/TBPost.class/class/title.text..st
Normal file
6
src/TinyBlog.package/TBPost.class/class/title.text..st
Normal file
@@ -0,0 +1,6 @@
|
||||
action
|
||||
title: aTitle text: aText
|
||||
^ self new
|
||||
title: aTitle;
|
||||
text: aText;
|
||||
yourself
|
Reference in New Issue
Block a user