Skip to content

Commit

Permalink
add BlDevScripterStep>>#userData
Browse files Browse the repository at this point in the history
  • Loading branch information
JurajKubelka committed Jul 17, 2024
1 parent 5f343ad commit 6ce36f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Bloc-Scripter/BlDevScripterStep.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,11 @@ BlDevScripterStep >> target [
^ BlDevScripterSelfEventTarget new
]

{ #category : #accessing }
BlDevScripterStep >> userData [
^ self scripter userData
]

{ #category : #testing }
BlDevScripterStep >> wasExecuted [
<return: #Boolean>
Expand Down

0 comments on commit 6ce36f7

Please sign in to comment.