class Shoulda::Matchers::Doublespeak::MethodCall

def initialize(args)

def initialize(args)
  @method_name = args.fetch(:method_name)
  @args = args.fetch(:args)
  @caller = args.fetch(:caller)
  @block = args[:block]
  @double = args[:double]
  @object = args[:object]
  @return_value = nil
end