Method: Lookbook::RenderedScenarioEntity#source
- Defined in:
- lib/lookbook/entities/rendered_scenario_entity.rb
#source ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
31 32 33 |
# File 'lib/lookbook/entities/rendered_scenario_entity.rb', line 31 def source has_custom_template? ? template_source(template) : scenario.source end |