Sha256: 572524aefa0a0bd505bd78fe9301b2802d4ec1b5c76af82343005492bd1977c5
Contents?: true
Size: 222 Bytes
Versions: 10
Compression:
Stored size: 222 Bytes
Contents
module JSONAPIonify::Api module Resource::Exec using JSONAPIonify::DestructuredProc def halt # Don't Halt end def exec(&block) instance_exec @__context, &block.destructure end end end
Version data entries
10 entries across 10 versions & 1 rubygems