Method: Arel::Math#~@
- Defined in:
- activerecord/lib/arel/math.rb
#~@ ⇒ Object
41 42 43 |
# File 'activerecord/lib/arel/math.rb', line 41 def ~@ Arel::Nodes::BitwiseNot.new(self) end |
41 42 43 |
# File 'activerecord/lib/arel/math.rb', line 41 def ~@ Arel::Nodes::BitwiseNot.new(self) end |