Sha256: a287a024844fd00c6bb6645bc9b219542c5632bce9e3da14ff91fa83ef293d8b
Contents?: true
Size: 218 Bytes
Versions: 25
Compression:
Stored size: 218 Bytes
Contents
module Fakes class BlockArgMatcher def initialize(specification_block) @specification_block = specification_block end def matches?(item) @specification_block.call(item) end end end
Version data entries
25 entries across 25 versions & 1 rubygems