Sha256: 9b73ec0fbc4fafb8b6d285a539bb81db1f211b737e1ff37dfcca91068bf8ff39
Contents?: true
Size: 434 Bytes
Versions: 8
Compression:
Stored size: 434 Bytes
Contents
Feature: Core functionality cute_print, by default, adds a fair number of methods to Object, making them available globally. You can use cute_print without any changes to Object, by requiring "cute_print/core" instead of "cute_print". Scenario: Inspect an object Given a file with: """ require "cute_print/core" CutePrint.q "abc" """ Then stderr should be """ "abc" """
Version data entries
8 entries across 8 versions & 1 rubygems