Sha256: 4d9982114302e621238abb2725d49fa4165e90600c2874d3422d837c9b8d5717
Contents?: true
Size: 212 Bytes
Versions: 92
Compression:
Stored size: 212 Bytes
Contents
module RR module TimesCalledMatchers class ProcMatcher < TimesCalledMatcher #:nodoc: include NonTerminal def matches?(times_called) @times.call(times_called) end end end end
Version data entries
92 entries across 88 versions & 9 rubygems