# File lib/flexmock/rspec_spy_matcher.rb, line 9
 9:       def initialize(method_name)
10:         @method_name = method_name
11:         @args = nil
12:         @block = nil
13:         @times = nil
14:         @needs_block = nil
15:       end