Skip to content
  • Mike Miller's avatar
    Don't use case-matching for proc arguments · 149c0e6e
    Mike Miller authored
    A proc on the left side of === calls itself passing in the right side.
    This causes typing issues and is easier to avoid for now.
    Procs arguments are compared with standard equality (==) instead of case-equality (===).
    149c0e6e