Sha256: 5c81ae7d87307ea1e3165c346d043dc307a6effb3e61382d8db0bd90cbb8dfe8
Contents?: true
Size: 392 Bytes
Versions: 8
Compression:
Stored size: 392 Bytes
Contents
module Tufy module FormatStrings F25TS = "%-25.25s" # Fixed 25-character String with Trailing Spaces F26TS = "%-26.26s" # Fixed 26-character String with Trailing Spaces F10TS = "%-10.10s" # Fixed 10-character String with Trailing Spaces F2TS = "%02d" # Fixed 2-character String with Leading Zeroes F3TS = "%03d" # Fixed 3-character String with Leading Zeroes end end
Version data entries
8 entries across 8 versions & 1 rubygems