Sha256: b8c59cf6349262f289c5dd54ef3dc5dc4c4f4cb29f52e05867c057a25caf3b8f
Contents?: true
Size: 260 Bytes
Versions: 2
Compression:
Stored size: 260 Bytes
Contents
require 'private_attr' Class.include PrivateAttr require_relative 'lovely_rufus/text_wrapper' module LovelyRufus NBSP = "\u00A0" module_function def wrap(text, text_wrapper: TextWrapper, width: 72) text_wrapper.wrap(text, width: width) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lovely_rufus-0.3.1 | lib/lovely_rufus.rb |
lovely_rufus-0.3.0 | lib/lovely_rufus.rb |