Files
2026-06-20 14:49:53 +09:00

10 lines
162 B
Ruby

class Box
# ^ @constructor
def method(count)
# ^ @function.method
# ^ @variable.parameter
helper(count)
# ^ @function.method
end
end