class Test::Unit::Diff::Differ

Public Class Methods

new(from, to) click to toggle source
# File test-unit-3.5.7/lib/test/unit/diff.rb, line 264
def initialize(from, to)
  @from = from
  @to = to
end