Class: Matchi::Matcher::Be

Inherits:
Equal
  • Object
show all
Defined in:
lib/matchi/matcher/be.rb

Overview

Identity matcher.

Examples:

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