16 lines
318 B
Plaintext
16 lines
318 B
Plaintext
|
String.upcase(@fixed)
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
"String",
|
||
|
["punctuation", "."],
|
||
|
"upcase",
|
||
|
["punctuation", "("],
|
||
|
["attribute", "@fixed"],
|
||
|
["punctuation", ")"]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Ensure module attributes don't consume punctuation.
|