DEBSOURCES
Skip Quicknav
sources / ruby3.1 / 3.1.2-7%2Bdeb12u1 / test / rdoc / MarkdownTest_1.0.3 / Blockquotes%20with%20code%20blocks.text
1234567891011
> Example: > > sub status { > print "working"; > } > > Or: > > sub status { > return "working"; > }