module Lookbook::OutputHelper

def beautify(source, **opts)

def beautify(source, **opts)
  Lookbook::CodeFormatter.beautify(source, **opts)
end