Created
January 25, 2009 00:05
-
-
Save methodmissing/51604 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## | |
| # Select whether or not to use the pretty-printer. If this option is set | |
| # to false before any assertions are made, pp.rb will not be required. | |
| public | |
| def self.use_pp=(value) | |
| AssertionMessage.use_pp = value | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment