Sha256: 2fe3ecc6d38e5bfc7f4ef6f6d5cf8cc028355b144345971f46793a4dc73e87b7
Contents?: true
Size: 191 Bytes
Versions: 19
Compression:
Stored size: 191 Bytes
Contents
module RR module TimesCalledMatchers class ProcMatcher < TimesCalledMatcher include NonTerminal def matches?(times_called) @times.call(times_called) end end end end
Version data entries
19 entries across 19 versions & 1 rubygems