Sha256: 41d5eaaf9cd0f896827ff055c3cc44702c09b2e714a581d65bf65cbb91e6595a
Contents?: true
Size: 197 Bytes
Versions: 66
Compression:
Stored size: 197 Bytes
Contents
module RSpec module Matchers module BuiltIn class BeAKindOf < BaseMatcher def match(expected, actual) actual.kind_of? expected end end end end end
Version data entries
66 entries across 66 versions & 19 rubygems