module test_doc

class test_doc#A

Synopsys

Paragraph same paragraph

Other paragraph with code

 some
 block

a first example

 assert 1 + 1 == 2

and a last example to illustrate the to_s method on A.

 var a = new A
 assert a.to_s == "A"