The formatter used for --format tag_cloud Custom formatter that prints a tag cloud as a table.
# File lib/cucumber/formatter/tag_cloud.rb, line 27 27: def print_summary(features) 28: matrix = @counts.to_a.sort{|paira, pairb| paira[0] <=> pairb[0]}.transpose 29: table = Cucumber::Ast::Table.new(matrix) 30: formatter = Cucumber::Formatter::Pretty.new(@step_mother, @io, {}) 31: Cucumber::Ast::TreeWalker.new(@step_mother, [formatter], {}).visit_multiline_arg(table) 32: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.