Method: TechnicalGraph#to_format

Defined in:
lib/technical_graph.rb

#to_format(ext) ⇒ Object

Render and return graph string



84
85
86
87
# File 'lib/technical_graph.rb', line 84

def to_format(ext)
  pre_render(ext)
  @image_drawer.to_format(ext)
end