# File lib/flexmock/recorder.rb, line 24
24:     def initialize(mock)
25:       @mock = mock
26:       @strict = false
27:     end