Sha256: cfa139c1ec1c16d2e501ea0b56990d5bee92e4f23c812e82ea18afa28f09f147

Contents?: true

Size: 141 Bytes

Versions: 1

Compression:

Stored size: 141 Bytes

Contents

# frozen_string_literal: tru
module ActiveMocker
  class Base
    module AR51
      def delete_all
        super
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
active_mocker-2.6.2 lib/active_mocker/mock/compatibility/base/ar51.rb