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 collaboratorInspect with source
Kernel#q, if given a block, prints the source for the block and then
the inspected result of running the block.
- Scenarios
-
- Label and inspect an object
-
- Given
-
a file with:
require "cute_print" q {1 + 2}
- Then
-
stderr should be
(1 + 2) is 3
Last published over 7 years ago by Wayne Conrad.