Class: Ea::Svg::Parity::Checker::Diff
- Inherits:
-
Struct
- Object
- Struct
- Ea::Svg::Parity::Checker::Diff
- Defined in:
- lib/ea/svg/parity/checker.rb
Instance Method Summary collapse
Instance Method Details
#delta ⇒ Object
78 79 80 |
# File 'lib/ea/svg/parity/checker.rb', line 78 def delta ours - reference end |
#within?(tolerance) ⇒ Boolean
82 83 84 |
# File 'lib/ea/svg/parity/checker.rb', line 82 def within?(tolerance) delta.abs <= tolerance end |