Method: ExternalRenderer#content
- Defined in:
- lib/erector/widgets/external_renderer.rb
#content ⇒ Object
5 6 7 8 9 10 |
# File 'lib/erector/widgets/external_renderer.rb', line 5 def content included_stylesheets if @included_stylesheets inline_styles if @inline_styles included_scripts if @included_scripts inline_scripts if @inline_scripts end |