Method: Count#write_count
- Defined in:
- lib/glark/output/count.rb
#write_count(ct) ⇒ Object
12 13 14 15 16 17 |
# File 'lib/glark/output/count.rb', line 12 def write_count ct if @show_file_name print_file_name end print_count ct end |