# File lib/flexmock.rb, line 283 283: def initialize(sym) 284: @sym = sym 285: @expectations = [] 286: @expected_order = nil 287: end