Class: Lookout::Difference::Range

Inherits:
Object show all
Defined in:
lib/lookout-3.0/difference/range.rb

Overview

Difference reports between Ranges. The report differs from that of Object in that it uses ‘∉’ instead of ‘≠’ to show that the actual result isn’t a member of the expected Range.

Direct Known Subclasses

Lookout::Reception

Instance Attribute Summary

Attributes inherited from Object

#actual, #expected

Method Summary

Methods inherited from Object

#==, #diff, #hash, #initialize, #message, #to_s

Constructor Details

This class inherits a constructor from Lookout::Difference::Object