class SyntaxTree::Mermaid::FlowChart
def render
def render links.each_with_index do |link, index| if link.color output.puts("#{prefix}linkStyle #{index} stroke:#{link.color}") end end output.string end
def render links.each_with_index do |link, index| if link.color output.puts("#{prefix}linkStyle #{index} stroke:#{link.color}") end end output.string end