Class: Eskimo::Components::Strip

Inherits:
Eskimo::Component show all
Defined in:
lib/eskimo/components.rb

Overview

Strip text of surrounding whitespace.

Instance Method Summary collapse

Methods inherited from Eskimo::Component

#initialize

Constructor Details

This class inherits a constructor from Eskimo::Component

Instance Method Details

#renderObject



37
38
39
# File 'lib/eskimo/components.rb', line 37

def render(**)
  super.strip
end