# File /home/moumar/dev/rubyforge/ruby-mp3info/lib/mp3info.rb, line 105 def bits(b, a) t = 0 b.downto(a) { |i| t += t + self[i] } t end