Sha256: 6a4db9c818de0e7ad1e086697a13c34a2ac34bd362fcf18c4970b328b2d9b397

Contents?: true

Size: 279 Bytes

Versions: 3

Compression:

Stored size: 279 Bytes

Contents

module Yema
  module Virtus
    class Attribute
      class String < self

        def self.specific_builders
          super + [
            Builder::Length,
            Builder::Format,
            Builder::Inclusion,
          ].freeze
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
yema-0.0.3 lib/yema/virtus/attribute/string.rb
yema-0.0.2 lib/yema/virtus/attribute/string.rb
yema-0.0.1 lib/yema/virtus/attribute/string.rb