Sha256: 8aad990b3bbde4c3c7e1e8ed386482c7705d6cc6e8e98e5ddfd9d6af29c2c59d
Contents?: true
Size: 189 Bytes
Versions: 4
Compression:
Stored size: 189 Bytes
Contents
# frozen_string_literal: true module Agave module Local module FieldType class Slug def self.parse(value, _repo) value end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems