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

Version Path
facets-3.0.0 demo/core/string/unfold.rdoc
facets-2.9.3 qed/core/string/unfold.rdoc
facets-2.9.2 qed/core/string/unfold.rdoc
facets-2.9.1 qed/core/string/unfold.rdoc
facets-2.9.0 qed/core/string/unfold.rdoc
facets-2.9.0.pre.2 qed/core/string/unfold.rdoc
facets-2.9.0.pre.1 qed/core/string/unfold.rdoc