Method: Contract#pattern_match!

Defined in:
lib/contracts.rb

#pattern_match!Object

Used internally to mark contract as pattern matching contract



263
264
265
# File 'lib/contracts.rb', line 263

def pattern_match!
  @pattern_match = true
end