Sha256: c35850df6fb3b239c4f560b21a8d2342aef9a1531663d8119dfb2a2b8b413e52
Contents?: true
Size: 229 Bytes
Versions: 5
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
5 entries across 5 versions & 1 rubygems