Method: Arel::Nodes::Unary#expr
- Defined in:
- activerecord/lib/arel/nodes/unary.rb
#expr ⇒ Object Also known as: value
Returns the value of attribute expr.
6 7 8 |
# File 'activerecord/lib/arel/nodes/unary.rb', line 6 def expr @expr end |