Class: DiffOutput
- Inherits:
-
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_diff ⇒ Object
5
6
|
# File 'lib/coopy/diff_output.rb', line 5
def begin_diff
end
|
#end_diff ⇒ Object
8
9
|
# File 'lib/coopy/diff_output.rb', line 8
def end_diff
end
|
#to_string ⇒ Object
14
15
16
|
# File 'lib/coopy/diff_output.rb', line 14
def to_string
""
end
|
#want_context ⇒ Object
18
19
20
|
# File 'lib/coopy/diff_output.rb', line 18
def want_context
true
end
|