Sha256: 36683cff211cb0870a4fb46ff0e975a54c29286aad31ab88fcf4e01d03d4b837

Contents?: true

Size: 140 Bytes

Versions: 1

Compression:

Stored size: 140 Bytes

Contents

module LovelyRufus
  Wrap = Struct.new(:text, :width) do
    def initialize(text = '', width: 72)
      super text, width
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lovely_rufus-0.2.0 lib/lovely_rufus/wrap.rb