RoodiGrapher
# File lib/graphs/engines/bluff.rb, line 75 def graph! content = #{BLUFF_DEFAULT_OPTIONS} g.title = 'Roodi: design problems'; g.data('roodi', [#{@roodi_count.join(',')}]); g.labels = #{@labels.to_json}; g.draw(); File.open(File.join(MetricFu.output_directory, 'roodi.js'), 'w') {|f| f << content } end
Generated with the Darkfish Rdoc Generator 2.