# File lib/flexmock/core.rb, line 231
231:   def should_expect
232:     yield Recorder.new(self)
233:   end