Sha256: 27f697996a80be49b4744a8b25ceb9594f973cb9283c2d047fe870942cf2632a
Contents?: true
Size: 458 Bytes
Versions: 4
Compression:
Stored size: 458 Bytes
Contents
covers 'facets/kernel/disable_warnings' covers 'facets/kernel/enable_warnings' covers 'facets/kernel/silence_warnings' tests Kernel do unit :disable_warnings do disable_warnings do assert( ! $VERBOSE ) end end unit :silence_warnings => "alias for backward compatibility" do silence_warnings do assert( ! $VERBOSE ) end end unit :enable_warnings do enable_warnings do assert( $VERBOSE ) end end end
Version data entries
4 entries across 4 versions & 1 rubygems