Sha256: dfa29f7c4781f6146e535f7df267d2359bbfd3cd70a528b80f8f9d9042ce2d4c
Contents?: true
Size: 191 Bytes
Versions: 77
Compression:
Stored size: 191 Bytes
Contents
# frozen_string_literal: true module Dato module Local module FieldType class Boolean def self.parse(value, _repo) value end end end end end
Version data entries
77 entries across 77 versions & 1 rubygems