To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorReset configuration
You can reset the configuration to its defaults.
- Scenarios
-
- Write to $stdout
-
- Given
-
a file with:
require "cute_print" CutePrint.configure { |c| c.out = $stdout } q "abc" CutePrint.configure { |c| c.reset } q 123
- Then
-
stdout should be
"abc"
- And
-
stderr should be
123
Last published over 7 years ago by Wayne Conrad.