module Eskimo::ASCII

Wrap a block text with newlines at a certain threshold.

Wrap.new(width: 3) do
  "foobar"
end
# => "foo"
#    "bar"

Constants

VERSION