Sha256: 7e3ab471f0492414743cbc5cd649404bd5d9f4c9665695c4a502175b6fbc273c
Contents?: true
Size: 211 Bytes
Versions: 1
Compression:
Stored size: 211 Bytes
Contents
module Manilla # # Moves from a folded delimited representation to a single line # representation. # module Unfolder def self.call(text, delimiter) text.gsub(delimiter, '') end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
manilla-1.0.0 | lib/manilla/unfolder.rb |