Class: Range

Inherits:
Object show all
Defined in:
lib/expectations/range.rb

Instance Method Summary collapse

Instance Method Details

#expectations_equal_to(other) ⇒ Object



3
4
5
# File 'lib/expectations/range.rb', line 3

def expectations_equal_to(other)
  self === other || self == other
end