Sha256: b1286956dbfc532f447f9e321b8f5dc4b775f8f6995643cf12538885d4881527
Contents?: true
Size: 224 Bytes
Versions: 57
Compression:
Stored size: 224 Bytes
Contents
# This is just a helper file to ensure that # the services lib folder appears in the caller # locations. module Services class CallProxy def self.call(object, method) object.public_send method end end end
Version data entries
57 entries across 57 versions & 1 rubygems