Object
Match only things where the block evaluates to true.
# File lib/flexmock/argument_matchers.rb, line 45 def initialize(&block) @block = block end
# File lib/flexmock/argument_matchers.rb, line 48 def ===(target) @block.call(target) end
# File lib/flexmock/argument_matchers.rb, line 51 def inspect "on{...}" end
[Validate]
Generated with the Darkfish Rdoc Generator 2.