Sha256: f8bbc67bb8d99bfe41b55a5c449097a8fab302dc546bd5f9e3ff97e71c9b2487
Contents?: true
Size: 187 Bytes
Versions: 7
Compression:
Stored size: 187 Bytes
Contents
== String#unfold require 'facets/string/unfold' str = "This is a test of\nparagraph folding." res = str.unfold exp = "This is a test of paragraph folding." res.assert == exp
Version data entries
7 entries across 7 versions & 1 rubygems