Commit 5ecda19cf41e982b7e12aceca6b0c84f6046bdb0

removed test code

Commit diff

lib/kipling/chart/text_bar.rb

 
2929 end
3030 end
3131end
32
33if __FILE__ == $0
34 # Sample usage 1
35 sample = [28829, 29095, 29301, 31827, 43478, 52937,62969]
36 HorizBar.new(sample).draw
37
38 # Another Sample usage
39 a = []
40 100.times { a << rand(100)}
41 HorizBar.new(a).draw
42end
toggle raw diff