Skip to content

Commit

Permalink
Do not break NewTools
Browse files Browse the repository at this point in the history
  • Loading branch information
jecisc committed May 30, 2024
1 parent f0ca28f commit c909374
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Renraku/ReAbstractRule.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,9 @@ ReAbstractRule >> isRewriteRule [

{ #category : 'accessing' }
ReAbstractRule >> name [

self deprecated: 'Use #ruleName instead.' transformWith: '`@rcv name' -> '`@rcv ruleName'.

"Should be deprecated when CBCritiquesRuleGroup will implement #ruleName also but this is in NewTools"
"self deprecated: 'Use #ruleName instead.' transformWith: '`@rcv name' -> '`@rcv ruleName'."
^ self ruleName
]

Expand Down

0 comments on commit c909374

Please sign in to comment.