Object
Match objects that implement all the methods in methods.
# File lib/flexmock/argument_matchers.rb, line 87 def initialize end
# File lib/flexmock/argument_matchers.rb, line 89 def ===(target) ArgumentMatching.missing?(target) || Proc === target end
# File lib/flexmock/argument_matchers.rb, line 92 def inspect "optional_proc" end
[Validate]
Generated with the Darkfish Rdoc Generator 2.