Possible Duplicate:
How do I format my code blocks?
As the following, '<' or <--' doesn't show with pre tag. Is there any better way to write code in SO?
# Sample code from Programing Ruby, page 24 class Song def to_s # " end end song = Songson.new() p song