class Eskimo::ASCII::SoftBreak

Insert a soft line-break.

[ "Hello", SoftBreak.new, "World!" ]
# => "Hello"
#    "World!"

Public Instance Methods

render(**) click to toggle source
# File lib/eskimo/ascii/components/soft_break.rb, line 10
def render(**)
  "\n"
end