Class: DiffOutput

Inherits:
Object
  • Object
show all
Defined in:
lib/coopy/diff_output.rb

Instance Method Summary collapse

Instance Method Details

#apply_row(rc) ⇒ Object



11
12
# File 'lib/coopy/diff_output.rb', line 11

def apply_row(rc)
end

#begin_diffObject



5
6
# File 'lib/coopy/diff_output.rb', line 5

def begin_diff
end

#end_diffObject



8
9
# File 'lib/coopy/diff_output.rb', line 8

def end_diff
end

#to_stringObject



14
15
16
# File 'lib/coopy/diff_output.rb', line 14

def to_string
  ""
end

#want_contextObject



18
19
20
# File 'lib/coopy/diff_output.rb', line 18

def want_context
  true
end