Class: BaconExpect::Matcher::Eql

Inherits:
SingleMethod show all
Defined in:
lib/bacon-expect/matchers/eql.rb

Instance Method Summary collapse

Methods inherited from SingleMethod

#fail!, #fail_message, #matches?

Constructor Details

#initialize(value) ⇒ Eql

Returns a new instance of Eql.



3
4
5
# File 'lib/bacon-expect/matchers/eql.rb', line 3

def initialize(value)
  super(:eql?, value)
end