Sha256: 9a94ef7459136d042a8b3dbaad4121149cd89fe886549f2b0e920f2b677d5077
Contents?: true
Size: 379 Bytes
Versions: 7
Compression:
Stored size: 379 Bytes
Contents
MetricFu.metrics_require { 'roodi/roodi_grapher' } module MetricFu class RoodiGchartGrapher < RoodiGrapher def title "Roodi: potential design problems" end def data @roodi_count end def output_filename 'roodi.png' end def gchart_line_options super end def y_axis_scale_argument @roodi_count end end end
Version data entries
7 entries across 7 versions & 1 rubygems