Sha256: 55e5d6a08f4319cae39ac1c87fbb33ecffcba59726e74a525cec35d9770cc063

Contents?: true

Size: 122 Bytes

Versions: 8

Compression:

Stored size: 122 Bytes

Contents

module Compel
  module Coercion

    class Any < Type

      def coerce_value
        value
      end

    end

  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

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