# File lib/flexmock/expectation_director.rb, line 23 23: def initialize(sym) 24: @sym = sym 25: @expectations = [] 26: @expected_order = nil 27: end