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