Method: Sequel::SQL::IsDistinctFrom#rhs
- Defined in:
- lib/sequel/extensions/is_distinct_from.rb
permalink #rhs ⇒ Object (readonly)
The right hand side of the IS DISTINCT FROM expression.
105 106 107 |
# File 'lib/sequel/extensions/is_distinct_from.rb', line 105 def rhs @rhs end |