lib/coco/formatter/context.rb in coco-0.9 vs lib/coco/formatter/context.rb in coco-0.10.0

- old
+ new

@@ -3,11 +3,11 @@ module Coco # Contextual information for ERB template, representing each covered files. class Context - # @param [String] filename Name of the source file - # @param [Array] lines + # filename - A String name of the source file. + # lines - An Array of lines. def initialize filename, lines @filename = filename @lines = lines end