From: Tim Pease Date: 2006-08-31T01:01:55+09:00 Subject: rdoc question I have developed my own syntax for some validation scripts here at work. I would like to include some examples of these validation scripts in the RDoc documentation for the package. Is there a way to simply include these example files "as is" without RDoc trying to format the files? directory structure: ext/ bin/ lib/ test/ examples/example1.pdv examples/example2.pdv ... I can include example1.pdv et. al, but RDoc is stringing together consecutive lines into one big paragraph and other things like that. Without changing my example files, how do I tell RDoc to just put these things inside one big code block? TwP