Class: Contract::Check::None
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
82 83 84 |
# File 'lib/contract/integration.rb', line 82 def ===(other) not @args.any? { |arg| arg === other } end |