Sha256: a6fe8f30d60c2dd62faf91fa6276dc7a6be6e3e0a35cb37bb1a5856cae6b1786
Contents?: true
Size: 156 Bytes
Versions: 146
Compression:
Stored size: 156 Bytes
Contents
module Tins module To def to(string) shift_width = (string[/\A\s*/]).size string.gsub(/^[^\S\n]{0,#{shift_width}}/, '') end end end
Version data entries
146 entries across 128 versions & 9 rubygems