Commit 1ea0118 1 parent eaecd25 commit 1ea0118 Copy full SHA for 1ea0118
File tree 3 files changed +11
-13
lines changed
3 files changed +11
-13
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ RwTestProjectLibraryIndexCard {
34
34
953
35
35
],
36
36
#gemstoneIssues : [ ],
37
- #rowanSHA : 'c6254d045 '
37
+ #rowanSHA : 'b0e403d82 '
38
38
}
39
39
```
40
40
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ RwTestProjectLibraryIndexCard {
9
9
953
10
10
],
11
11
#gemstoneIssues : [ ],
12
- #rowanSHA : ' c6254d045 '
12
+ #rowanSHA : ' b0e403d82 '
13
13
}
Original file line number Diff line number Diff line change @@ -11,33 +11,31 @@ Class {
11
11
}
12
12
13
13
{ #category : ' accessing' }
14
- RowanSample9V3Class1 >> A_bc123 [ ^ self
14
+ RowanSample9V3Class1 class >> _123abc [
15
+ ^ self
15
16
]
16
17
17
18
{ #category : ' accessing' }
18
- RowanSample9V3Class1 >> foo [ ^ 1
19
+ RowanSample9V3Class1 class >> _abc123 [ ^ self
19
20
]
20
21
21
22
{ #category : ' accessing' }
22
- RowanSample9V3Class1 >> _123Abc [
23
- ^ self
23
+ RowanSample9V3Class1 class >> _ABC123 [ ^ self
24
24
]
25
25
26
26
{ #category : ' accessing' }
27
- RowanSample9V3Class1 class >> _123abc [
28
- ^ self
27
+ RowanSample9V3Class1 class >> a_bc123 [ ^ self
29
28
]
30
29
31
30
{ #category : ' accessing' }
32
- RowanSample9V3Class1 class >> _ABC123 [ ^ self
31
+ RowanSample9V3Class1 >> _123Abc [
32
+ ^ self
33
33
]
34
34
35
35
{ #category : ' accessing' }
36
- RowanSample9V3Class1 class >> _abc123 [ ^ self
36
+ RowanSample9V3Class1 >> A_bc123 [ ^ self
37
37
]
38
38
39
39
{ #category : ' accessing' }
40
- RowanSample9V3Class1 class >> a_bc123 [ ^ self
40
+ RowanSample9V3Class1 >> foo [ ^ 1
41
41
]
42
-
43
-
You can’t perform that action at this time.
0 commit comments