Class: Eskimo::Components::LineBreak
- Inherits:
-
Object
- Object
- Eskimo::Components::LineBreak
- Defined in:
- lib/eskimo/components.rb
Overview
Insert a hard line-break (paragraph-like.)
Instance Method Summary collapse
Instance Method Details
#render ⇒ Object
23 24 25 |
# File 'lib/eskimo/components.rb', line 23 def render(**) "\n \n" end |