class Mocha::DefaultReceiver

def initialize(mock)

def initialize(mock)
  @mock = mock
end

def mocks

def mocks
  [@mock]
end