# File lib/flexmock.rb, line 226 226: def initialize(sym) 227: @sym = sym 228: @expectations = [] 229: @expected_order = nil 230: end