# File lib/flexmock/rspec_spy_matcher.rb, line 43 43: def without_a_block 44: @needs_block = false 45: self 46: end