Skip to content

Commit

Permalink
Tom fixed "!!!" to execute in the right place, which made the doctest…
Browse files Browse the repository at this point in the history
… confusing. Unconfusify.
  • Loading branch information
bryanlarsen committed Apr 22, 2009
1 parent 582db17 commit 8664add
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/special_directives.doctest
Expand Up @@ -21,6 +21,7 @@ Any irb sessions appearing before the first doctest: directive will be included
This directive opens an interactive ruby session (irb), in context, so you can play around with the variables. If you run this document, you will be prompted at the following line:

doctest: Try playing with the 'neato' variable in the irb session
doctest: Thanks for playing with 'neato'
>> neato = "Oh, I see... that makes sense"
!!!

Expand Down

0 comments on commit 8664add

Please sign in to comment.