class Shoulda::Matchers::Doublespeak::ObjectDouble

def initialize

def initialize
  @calls = []
  @calls_by_method_name = {}
end