# File lib/mspec/mocks/proxy.rb, line 2
2:   def initialize(name, options={})
3:     @name = name
4:     @null = options[:null_object]
5:   end