Sha256: 91d110b40b120856e1dd526a95f7b21f917bcc61911f953c82dd22c040f2fef1
Contents?: true
Size: 234 Bytes
Versions: 14
Compression:
Stored size: 234 Bytes
Contents
# frozen_string_literal: true module Sail module Types # String # # The String setting type # is the simplest. It only # stores a configurable value # in the database. class String < Type; end end end
Version data entries
14 entries across 14 versions & 1 rubygems