# File lib/flexmock/expectation.rb, line 408
408:     def by_default
409:       expectations = mock.flexmock_expectations_for(@sym)
410:       expectations.defaultify_expectation(self) if expectations
411:     end