Class: Matchi::Matcher::BeInstanceOf

Inherits:
BeAnInstanceOf
  • Object
show all
Defined in:
lib/matchi/matcher/be_instance_of.rb

Overview

Type/class matcher.

Examples:

be_instance_of = Matchi::Matcher::BeInstanceOf.new(String)
be_instance_of.matches? { "foo" } # => true