123456789_123456789_123456789_123456789_123456789_

Class: Arel::Nodes::Quoted

Do not use. This class is for internal use only.

Class Method Summary

Unary - Inherited

Instance Attribute Summary

Unary - Inherited

#expr,
#value

Alias for Unary#expr.

Node - Inherited

Instance Method Summary

Constructor Details

This class inherits a constructor from Arel::Nodes::Unary

Instance Attribute Details

#infinite?Boolean (readonly)

[ GitHub ]

  
# File 'activerecord/lib/arel/nodes/casted.rb', line 43

def infinite?
  value.respond_to?(:infinite?) && value.infinite?
end

#nil?Boolean (readonly)

[ GitHub ]

  
# File 'activerecord/lib/arel/nodes/casted.rb', line 41

def nil?; value.nil?; end

Instance Method Details

#value_before_type_cast

Alias for Unary#value.

[ GitHub ]

  
# File 'activerecord/lib/arel/nodes/casted.rb', line 39

alias :value_before_type_cast :value

#value_for_database

Alias for Unary#value.

[ GitHub ]

  
# File 'activerecord/lib/arel/nodes/casted.rb', line 38

alias :value_for_database :value