method

new

new(val, attribute)
public

No documentation available.

# File activerecord/lib/arel/nodes/casted.rb, line 7
      def initialize(val, attribute)
        @val       = val
        @attribute = attribute
        super()
      end