Sha256: bb52b2a84f77fe92fd95ac58e7ffa214c83af0fe1ff36a96276f36f135369274
Contents?: true
Size: 257 Bytes
Versions: 1
Compression:
Stored size: 257 Bytes
Contents
# frozen_string_literal: true module SmartCore # rubocop:disable Style/StaticClass class Schema # @return [String] # # @api public # @since 0.1.0 # @version 0.5.0 VERSION = '0.5.0' end # rubocop:enable Style/StaticClass end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
smart_schema-0.5.0 | lib/smart_core/schema/version.rb |