Created
May 20, 2010 19:03
-
-
Save mcfunley/407946 to your computer and use it in GitHub Desktop.
This file contains 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
/** | |
* This method enables syntax such as the following: | |
* | |
* <pre> | |
* string should be theSameInstanceAs anotherObject | |
* ^ | |
* </pre> | |
*/ | |
def should(beWord: BeWord): ResultOfBeWordForAnyRef[String] = new ResultOfBeWordForAnyRef(left, true) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment