Sha256: f1f401ca4864b561d4b278c64c623700f87be7273b57246b2b7fe6f86f4b0d7b
Contents?: true
Size: 190 Bytes
Versions: 47
Compression:
Stored size: 190 Bytes
Contents
module CfnDsl # JSONSerialisableObject module JSONSerialisableObject def as_json(_options = {}) @value end def to_json(*a) as_json.to_json(*a) end end end
Version data entries
47 entries across 47 versions & 1 rubygems