class Lookbook::RenderedScenarioEntity

def beautified_output

Returns:
  • (String) - Rendered output
def beautified_output
  @_beautified_output ||= CodeBeautifier.call(output)
end