mirror of
https://github.com/discourse/discourse.git
synced 2024-12-03 05:33:44 +08:00
9460ed1b60
Found with rpmlint.
12 lines
135 B
Plaintext
12 lines
135 B
Plaintext
> Example:
|
|
>
|
|
> sub status {
|
|
> print "working";
|
|
> }
|
|
>
|
|
> Or:
|
|
>
|
|
> sub status {
|
|
> return "working";
|
|
> }
|