In Files

  • test-unit-3.5.3/lib/test/unit/diff.rb

Parent

Methods

Class/Module Index [+]

Quicksearch

Test::Unit::Diff::Differ

Public Class Methods

new(from, to) click to toggle source
 
               # File test-unit-3.5.3/lib/test/unit/diff.rb, line 264
def initialize(from, to)
  @from = from
  @to = to
end
            
There is an updated format of the API docs for this version here.