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