# File lib/mspec/mocks/proxy.rb, line 13
13:   def initialize(name, options={})
14:     @name = name
15:     @null = options[:null_object]
16:   end