Sha256: 6e2519e6c7bc12ce528a994b8b38e6538d7fc9ee05649027f52b537e589afa26
Contents?: true
Size: 264 Bytes
Versions: 2
Compression:
Stored size: 264 Bytes
Contents
module TermNote module Pane module Helpers module Content private def content_row wrapped_content content end def wrapped_content(content) content.split "\n" end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
termnote-2.0.1 | lib/termnote/pane/helpers/content.rb |
termnote-2.0.0 | lib/termnote/pane/helpers/content.rb |