Class: Eskimo::Components::SoftBreak
- Inherits:
-
Object
- Object
- Eskimo::Components::SoftBreak
- Defined in:
- lib/eskimo/components.rb
Overview
Insert a soft line-break.
Instance Method Summary collapse
Instance Method Details
#render ⇒ Object
30 31 32 |
# File 'lib/eskimo/components.rb', line 30 def render(**) "\n" end |