# File lib/flexmock.rb, line 714
714:     def should_be_strict(is_strict=true)
715:       @strict = is_strict
716:     end