Sha256: c4e6764e80f57c984ec9ac698f817c1f70d754bebb9d2acae8ef6500143b993c

Contents?: true

Size: 191 Bytes

Versions: 29

Compression:

Stored size: 191 Bytes

Contents

# frozen_string_literal: true

module Dato
  module Local
    module FieldType
      class String
        def self.parse(value, _repo)
          value
        end
      end
    end
  end
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
dato-0.7.0 lib/dato/local/field_type/string.rb
dato-0.6.18 lib/dato/local/field_type/string.rb
dato-0.6.17 lib/dato/local/field_type/string.rb
dato-0.6.16 lib/dato/local/field_type/string.rb
dato-0.6.15 lib/dato/local/field_type/string.rb
dato-0.6.14 lib/dato/local/field_type/string.rb
dato-0.6.12 lib/dato/local/field_type/string.rb
dato-0.6.11 lib/dato/local/field_type/string.rb
dato-0.6.10 lib/dato/local/field_type/string.rb