# File lib/flexmock.rb, line 646
646:     def should_be_strict(is_strict=true)
647:       @strict = is_strict
648:     end