Module: Tufy::FormatStrings

Defined in:
lib/tufy/format_strings.rb

Constant Summary collapse

F25TS =

Fixed 25-character String with Trailing Spaces

"%-25.25s"
F26TS =

Fixed 26-character String with Trailing Spaces

"%-26.26s"
F10TS =

Fixed 10-character String with Trailing Spaces

"%-10.10s"
F2TS =

Fixed 2-character String with Leading Zeroes

"%02d"
F3TS =

Fixed 3-character String with Leading Zeroes

"%03d"
F20TS =

Fixed 3-character String with Leading Zeroes

"%020d"