Sha256: f080a50e5eceb9ba798170f09f816274d994fe9d86a1b29f1ffcac4ee98d8da6
Contents?: true
Size: 163 Bytes
Versions: 3
Compression:
Stored size: 163 Bytes
Contents
class String # Aligns each line n spaces # this used to be #taballto. # # require 'facet/string/tab' # def tab(n) gsub(/^ */, ' ' * n) end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
facets-0.7.0 | lib/facet/string/tab.rb |
facets-0.7.1 | lib/facet/string/tab.rb |
facets-0.7.2 | lib/facet/string/tab.rb |