Sha256: 4c3d9c4100549907f45cecdcf6e06d72193febff3d4138f243cfe8adb2c2915a

Contents?: true

Size: 170 Bytes

Versions: 10

Compression:

Stored size: 170 Bytes

Contents

module Compel
  module Coercion

    class Array < Type

      def coerce_value
        if value.is_a?(::Array)
          value
        end
      end

    end

  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
compel-0.5.1 lib/compel/coercion/types/array.rb
compel-0.5.0 lib/compel/coercion/types/array.rb
compel-0.4.3 lib/compel/coercion/types/array.rb
compel-0.4.2 lib/compel/coercion/types/array.rb
compel-0.4.0 lib/compel/coercion/types/array.rb
compel-0.3.7 lib/compel/coercion/types/array.rb
compel-0.3.6 lib/compel/coercion/types/array.rb
compel-0.3.4 lib/compel/coercion/types/array.rb
compel-0.3.2 lib/compel/coercion/types/array.rb
compel-0.3.1 lib/compel/coercion/types/array.rb