Class: Contract::Check::Block
Overview
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Contract::Check::Base
Instance Method Details
#===(other) ⇒ Object
37 38 39 |
# File 'lib/contract/integration.rb', line 37 def ===(other) @block.call(other) end |