Sha256: 7a0cc54e679eb9d1e1ae72af4f54c634c703eba63fc5a74785d5adba252cc584
Contents?: true
Size: 158 Bytes
Versions: 33
Compression:
Stored size: 158 Bytes
Contents
# frozen_string_literal: true # @param [ String ] file The file path def redirect_output_to_file(file) $stdout.reopen(file, 'w') $stdout.sync = true end
Version data entries
33 entries across 33 versions & 3 rubygems