Method: Coco::Tag#content

Defined in:
app/components/coco/tag.rb

#contentObject



17
18
19
# File 'app/components/coco/tag.rb', line 17

def content
  strip ? super.strip_heredoc.strip : super
end