This is an example of the output from RDoc. It takes a simple text file and translates it to HTML using simple markup rules.
class Simple def talk puts "HI" end end
The code in this RDoc example is from an enhanced version of the Ruby Dice example.