Bruno Dias
Results
2
issues of
Bruno Dias
oneOf needs the following functionality: ``` coffeescript animals = oneOf( "dog" "cat" "llama") .filter((text) -> '' + text + '') .cycling() # dog console. log animals() ```
enhancement
If the name of an action contains underscores, that action will not be found properly by `RaconteurSituation#act`. I assume this is caused by the regex that picks out action link...
bug