mirror of
https://github.com/CyC2018/CS-Notes.git
synced 2025-07-15 00:52:20 +08:00
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. |