class Tdiff::Core::Comparator
- Tdiff::Core::Comparator
- Reference
- Object
Defined in:
core/comparator.crConstructors
Instance Method Summary
Constructor Detail
def self.new(left_tree : JSON::Any | YAML::Any | Nil, right_tree : JSON::Any | YAML::Any | Nil, results : Array(Tdiff::Core::Result) = [] of Result)
#