-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5c48916
commit 2292aeb
Showing
2 changed files
with
25 additions
and
2 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
src/MooseIDE-NewTools/MiPlaygroundInteractionModel.class.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
" | ||
As my superclass, I am used in playgrounds to access bindings. | ||
I am specific to Moose. | ||
" | ||
Class { | ||
#name : #MiPlaygroundInteractionModel, | ||
#superclass : #StPlaygroundInteractionModel, | ||
#category : #'MooseIDE-NewTools-Playground' | ||
} | ||
|
||
{ #category : #'as yet unclassified' } | ||
MiPlaygroundInteractionModel >> application [ | ||
|
||
^ MiApplication current | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters