Class: Eskimo::Components::LineBreak

Inherits:
Object
  • Object
show all
Defined in:
lib/eskimo/components.rb

Overview

Insert a hard line-break (paragraph-like.)

Instance Method Summary collapse

Instance Method Details

#renderObject



23
24
25
# File 'lib/eskimo/components.rb', line 23

def render(**)
  "\n \n"
end