module Slacken::Rendering
Internal: Contain classes calculating proper spacing to serialize RenderElement
.
TODO: The class and module names are vague.
Give better names to these class and module.
Public Class Methods
decorate(str)
click to toggle source
# File lib/slacken/rendering.rb, line 7 def self.decorate(str) DecorationWrapper.new(str) end