# Namespace for the Matchi library. module Matchi # **Equivalence** matcher. class Eq < Eql end end