Sha256: e673c31a79379a881510a541f88769eba868442e13745a55016a7fbd4af0dec6
Contents?: true
Size: 230 Bytes
Versions: 26
Compression:
Stored size: 230 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
26 entries across 26 versions & 1 rubygems