Sha256: 1aa0928d36b20a55a49dd710abfd5d60fbd95d7d3659c4365d75583f79f50e0d
Contents?: true
Size: 307 Bytes
Versions: 8
Compression:
Stored size: 307 Bytes
Contents
# encoding: utf-8 Then /then environment contains the following variables/ do $stderr.printf("%20s | %-20s\n", 'key', 'value') $stderr.printf("%20s+%-20s\n", '-' * 21 , '-' * 21) ENV.to_hash.sort_by { |key, value| key }.each do |key, value| $stderr.printf("%20s | %-20s\n", key, value) end end
Version data entries
8 entries across 8 versions & 1 rubygems