class Matchi::Matcher::Be

Identity matcher.

@example

equal = Matchi::Matcher::Equal.new(:foo)
equal.matches? { :foo } # => true