Added the Gruff library to the lib/ directory of the the rails folder, and the
[selectricity] / lib / gruff-0.2.8 / lib / gruff.rb
1 # Extra full path added to fix loading errors on some installations.
2
3 %w(
4   base
5   area
6   bar
7   line
8   pie
9   spider
10   net
11   stacked_bar
12   side_stacked_bar
13   side_bar
14   accumulator_bar
15
16   scene
17
18   mini/legend
19   mini/bar
20   mini/pie
21   mini/side_bar
22 ).each do |filename|
23   require File.dirname(__FILE__) + "/gruff/#{filename}"
24 end

Benjamin Mako Hill || Want to submit a patch?