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 collaboratorConfigure output
By default, output is written to $stderr. You can change where
output goes.
- Scenarios
-
- Write to $stdout
-
- Given
-
a file with:
require "cute_print" CutePrint.configure do |c| c.out = $stdout end q "abc"
- Then
-
stdout should be
"abc"
Last published over 7 years ago by Wayne Conrad.