Sha256: cf50f47216eb1559a68444e3dc5d4f6cd6fea48954288afef69a7d02c73f2881
Contents?: true
Size: 165 Bytes
Versions: 40
Compression:
Stored size: 165 Bytes
Contents
module Validatable class IncludedValidation #:nodoc: attr_accessor :attribute def initialize(attribute) @attribute = attribute end end end
Version data entries
40 entries across 40 versions & 13 rubygems