Returns true if Glyph requires two or more conversions
Returns:
(Boolean)
Since:
0.5.0
123
124
125
126
# File 'lib/glyph/utils.rb', line 123defcomplex_output?out=Glyph['document.output']!Glyph["output.#{out}.generator"].blank?||!Glyph["output.#{out}.through"].blank?end