# File lib/flexmock/expectation.rb, line 388
388:     def by_default
389:       expectations = mock.flexmock_expectations_for(@sym)
390:       expectations.defaultify_expectation(self) if expectations
391:     end