class Test::Unit::Diff::Differ

def initialize(from, to)

def initialize(from, to)
  @from = from
  @to = to
end

def tag(mark, contents)

def tag(mark, contents)
  contents.collect {|content| mark + content}
end