Sha256: ca8024012764070b22e5fa69f195ee22b3859d4bf79a9ac86a68f4add6fbba08
Contents?: true
Size: 233 Bytes
Versions: 1
Compression:
Stored size: 233 Bytes
Contents
require 'active_support' require 'active_model' module Vindetta class Vin attr_reader :value include ActiveModel::Validations validates_with Validator def initialize(value) @value = value end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vindetta-0.7.0 | lib/vindetta/vin.rb |