Sha256: df7d9044ef1e9d7b7d111f61277cbc11ded249daf7c0a36baad30d7603351f9a
Contents?: true
Size: 229 Bytes
Versions: 6
Compression:
Stored size: 229 Bytes
Contents
module ActiveMocker module UnknownClassMethod def method_missing(meth, *args) Logger_.debug "ActiveMocker ::#{meth} called from class #{self.name} is unknown and will not be available in mock." end end end
Version data entries
6 entries across 6 versions & 1 rubygems