= Example of Ruby Quarry Specification Notice this file is just a RDoc formatted text file. It could just as well be a Markdown file, or nearly any other markup format. Okay. Lets try out some code. (2 + 2).assert == 4 Now something that will fail: (2 + 2).assert == 5 And some that will raise an error: nobody_knows_method QED.