Class: Primer::Content

Inherits:
Component
  • Object
show all
Defined in:
app/components/primer/content.rb

Overview

Use Content as a helper to render content passed to a slot without adding any tags.

Instance Method Summary collapse

Instance Method Details

#callObject



8
9
10
# File 'app/components/primer/content.rb', line 8

def call
  content
end