Method: Contract::Check::All#===

Defined in:
lib/contract/integration.rb

#===(other) ⇒ Object



59
60
61
# File 'lib/contract/integration.rb', line 59

def ===(other)
  @args.all? { |arg| arg === other }
end