Skip to content

Commit

Permalink
Removed #runWith:
Browse files Browse the repository at this point in the history
  • Loading branch information
juliendelplanque committed Aug 14, 2019
1 parent 71ad574 commit c78dd09
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Commander2/CmCommand.class.st
Expand Up @@ -28,11 +28,6 @@ CmCommand class >> defaultName [
^ 'Unnamed'
]

{ #category : #running }
CmCommand class >> runWith: anObject [
self new runWith: anObject
]

{ #category : #testing }
CmCommand >> canBeExecuted [
"See my super class comment for this method.
Expand Down

0 comments on commit c78dd09

Please sign in to comment.