class Matchi::Matcher::BeInstanceOf

Type/class matcher.

@example

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