Skip to content

Commit 1ea0118

Browse files
committed
1 parent eaecd25 commit 1ea0118

File tree

3 files changed

+11
-13
lines changed

3 files changed

+11
-13
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RwTestProjectLibraryIndexCard {
3434
953
3535
],
3636
#gemstoneIssues : [ ],
37-
#rowanSHA : 'c6254d045'
37+
#rowanSHA : 'b0e403d82'
3838
}
3939
```
4040

index_0089.ston

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ RwTestProjectLibraryIndexCard {
99
953
1010
],
1111
#gemstoneIssues : [ ],
12-
#rowanSHA : 'c6254d045'
12+
#rowanSHA : 'b0e403d82'
1313
}

src/RowanSample9V3-Core/RowanSample9V3Class1.class.st

+9-11
Original file line numberDiff line numberDiff line change
@@ -11,33 +11,31 @@ Class {
1111
}
1212

1313
{ #category : 'accessing' }
14-
RowanSample9V3Class1 >> A_bc123 [ ^self
14+
RowanSample9V3Class1 class >> _123abc [
15+
^self
1516
]
1617

1718
{ #category : 'accessing' }
18-
RowanSample9V3Class1 >> foo [ ^1
19+
RowanSample9V3Class1 class >> _abc123 [ ^self
1920
]
2021

2122
{ #category : 'accessing' }
22-
RowanSample9V3Class1 >> _123Abc [
23-
^self
23+
RowanSample9V3Class1 class >> _ABC123 [ ^self
2424
]
2525

2626
{ #category : 'accessing' }
27-
RowanSample9V3Class1 class >> _123abc [
28-
^self
27+
RowanSample9V3Class1 class >> a_bc123 [ ^self
2928
]
3029

3130
{ #category : 'accessing' }
32-
RowanSample9V3Class1 class >> _ABC123 [ ^self
31+
RowanSample9V3Class1 >> _123Abc [
32+
^self
3333
]
3434

3535
{ #category : 'accessing' }
36-
RowanSample9V3Class1 class >> _abc123 [ ^self
36+
RowanSample9V3Class1 >> A_bc123 [ ^self
3737
]
3838

3939
{ #category : 'accessing' }
40-
RowanSample9V3Class1 class >> a_bc123 [ ^self
40+
RowanSample9V3Class1 >> foo [ ^1
4141
]
42-
43-

0 commit comments

Comments
 (0)