# File lib/gauntlet_rubygems.rb, line 41 def report self.data.sort.reject { |k,v| !v }.each do |k,v| puts "%-21s: %s" % [k, v] end end