Sha256: a453a9b84d81c585848235e0822450136a33cfff8a59ed608b86e6412217b827
Contents?: true
Size: 459 Bytes
Versions: 5
Compression:
Stored size: 459 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 F20TS = "%020d" # Fixed 3-character String with Leading Zeroes end end
Version data entries
5 entries across 5 versions & 1 rubygems