Method: Sequel::SQL::IsDistinctFrom#rhs

Defined in:
lib/sequel/extensions/is_distinct_from.rb

#rhsObject (readonly)

The right hand side of the IS DISTINCT FROM expression.

[View source]

105
106
107
# File 'lib/sequel/extensions/is_distinct_from.rb', line 105

def rhs
  @rhs
end