Sha256: 01e093aa28dee7a3423db809decba7d65d1e664de636b34e1e49121e723c76be
Contents?: true
Size: 702 Bytes
Versions: 10
Compression:
Stored size: 702 Bytes
Contents
Feature: Pretty-print with source Kernel#pp, if given a block, prints the source for the block and then the pretty-printed result of running the block. Scenario: Label and pretty-print an object Given a file with: """ require "cute_print" a = [ "Once upon a time there were four little Rabbits, and their names were", "Flopsy,", "Mopsy,", "Cotton-tail, and", "Peter.", ] qq {a} """ Then stderr should be """ a is ["Once upon a time there were four little Rabbits, and their names were", "Flopsy,", "Mopsy,", "Cotton-tail, and", "Peter."] """
Version data entries
10 entries across 10 versions & 1 rubygems