Class: Lookout::Difference::Module

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

Overview

Difference reports between Modules. The report differs from that of Object in that it uses ‘≉’ instead of ‘≠’ to show that the actual result isn’t an instance of (doesn’t case match) the expected Module.

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