# File lib/cucumber/formatter/tag_cloud.rb, line 6 def initialize(step_mother, io, options) @io = io @options = options @counts = Hash.new{|h,k| h[k] = 0} end