Sha256: 674bbd9e9a2d3c7d2bb3fe0a0ec5ed7e2b77373837a869907422f1c1f7ddb1a9
Contents?: true
Size: 262 Bytes
Versions: 14
Compression:
Stored size: 262 Bytes
Contents
module SoberSwag ## # Container for types. # You can use constants like SoberSwag::Types::Integer and things as a result of this module existing. class Types include ::Dry::Types() autoload(:CommaArray, 'sober_swag/types/comma_array') end end
Version data entries
14 entries across 14 versions & 1 rubygems