class LiquidDiagrams::Renderers::SyntraxRenderer
Constants
- OPTIONS
Public Instance Methods
render()
click to toggle source
# File lib/liquid_diagrams/renderers/syntrax_renderer.rb, line 11 def render Rendering.render_with_tempfile(build_command, @content) do |input, output| "--input #{input} --output #{output}" end end