Skip to content

Commit

Permalink
add inspection to block closure
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Feb 22, 2021
1 parent 8184a41 commit 5d5603f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/NewTools-Inspector-Extensions/BlockClosure.extension.st
@@ -0,0 +1,8 @@
Extension { #name : #BlockClosure }

{ #category : #'*NewTools-Inspector-Extensions' }
BlockClosure >> inspectionSourceCode [
<inspectorPresentationOrder: 30 title: 'Source code'>

^ self sourceNode inspectionSourceCode
]

0 comments on commit 5d5603f

Please sign in to comment.