Sha256: 477bc9c16a14bb344a2c13af7cecdb3a5570a8e93f646625a6ade6086d3af57e
Contents?: true
Size: 243 Bytes
Versions: 39
Compression:
Stored size: 243 Bytes
Contents
<% module_namespacing_when_supported do -%> module Types class <%= type_ruby_name.split('::')[-1] %> < Types::BaseUnion <% if possible_types.any? %> possible_types <%= normalized_possible_types.join(", ") %> <% end %> end end <% end -%>
Version data entries
39 entries across 39 versions & 2 rubygems