Method: Coopy::DiffOutputStats#to_string
- Defined in:
- lib/coopy/diff_output_stats.rb
#to_string ⇒ Object
37 38 39 40 41 42 43 |
# File 'lib/coopy/diff_output_stats.rb', line 37 def to_string txt = "" [:all,:insert,:delete,:update,:skip,:context].each do |tag| txt = txt + add(@row,:row,tag) end txt end |