# File test/test_priv.rb, line 154 def open(path, mode) @open_call += 1 @open_path = path @open_mode = mode yield nil end