X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/dc635b6d39be19a09a428282b6d639d029908df6..22f84a3ea8bc39eb4cb91575d35dfca683336032:/vendor/plugins/gruff/lib/gruff.rb diff --git a/vendor/plugins/gruff/lib/gruff.rb b/vendor/plugins/gruff/lib/gruff.rb new file mode 100644 index 0000000..e281916 --- /dev/null +++ b/vendor/plugins/gruff/lib/gruff.rb @@ -0,0 +1,24 @@ +# Extra full path added to fix loading errors on some installations. + +%w( + base + area + bar + line + pie + spider + net + stacked_bar + side_stacked_bar + side_bar + accumulator_bar + + scene + + mini/legend + mini/bar + mini/pie + mini/side_bar +).each do |filename| + require File.dirname(__FILE__) + "/gruff/#{filename}" +end