Class: Hash

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

Overview

Adds #to_lookout_expected to Hashes for better difference reports.

Instance Method Summary collapse

Instance Method Details

#to_lookout_expectedLookout::Expected::Hash

Returns A wrapper around the receiver, making it an expected value.

Returns:



82
# File 'lib/lookout-3.0.rb', line 82

def to_lookout_expected; Lookout::Expected::Hash.new(self) end