Commit d157d3c 1 parent ea4d730 commit d157d3c Copy full SHA for d157d3c
File tree 1 file changed +9
-9
lines changed
rowan/src/RowanSample9V2-Core
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -11,31 +11,31 @@ Class {
11
11
}
12
12
13
13
{ #category : ' accessing' }
14
- RowanSample9V2Class1 class >> _123abc [
15
- ^ self
14
+ RowanSample9V2Class1 >> A_bc123 [ ^ self
16
15
]
17
16
18
17
{ #category : ' accessing' }
19
- RowanSample9V2Class1 class >> _abc123 [ ^ self
18
+ RowanSample9V2Class1 >> foo [ ^ 1
20
19
]
21
20
22
21
{ #category : ' accessing' }
23
- RowanSample9V2Class1 class >> _ABC123 [ ^ self
22
+ RowanSample9V2Class1 >> _123Abc [
23
+ ^ self
24
24
]
25
25
26
26
{ #category : ' accessing' }
27
- RowanSample9V2Class1 class >> a_bc123 [ ^ self
27
+ RowanSample9V2Class1 class >> _123abc [
28
+ ^ self
28
29
]
29
30
30
31
{ #category : ' accessing' }
31
- RowanSample9V2Class1 >> _123Abc [
32
- ^ self
32
+ RowanSample9V2Class1 class >> _ABC123 [ ^ self
33
33
]
34
34
35
35
{ #category : ' accessing' }
36
- RowanSample9V2Class1 >> A_bc123 [ ^ self
36
+ RowanSample9V2Class1 class >> _abc123 [ ^ self
37
37
]
38
38
39
39
{ #category : ' accessing' }
40
- RowanSample9V2Class1 >> foo [ ^ 1
40
+ RowanSample9V2Class1 class >> a_bc123 [ ^ self
41
41
]
You can’t perform that action at this time.
0 commit comments