Sha256: 6405a1588a65aaebd14b0dfd46245621e65e7d11008270263e11adaf124faa7b
Contents?: true
Size: 229 Bytes
Versions: 1
Compression:
Stored size: 229 Bytes
Contents
module Compel module Coercion class Type attr_accessor :value, :options def initialize(value, options = {}) @value = value @options = options end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
compel-0.2.0 | lib/compel/coercion/type.rb |