Class: Arel::Nodes::Equality

Inherits:
Binary show all
Defined in:
lib/arel/nodes/equality.rb

Direct Known Subclasses

In

Instance Attribute Summary

Attributes inherited from Binary

#left, #right

Instance Method Summary collapse

Methods inherited from Binary

#initialize, #initialize_copy

Methods inherited from Node

#and, #each, #not, #or, #to_sql

Methods included from FactoryMethods

#create_and, #create_false, #create_join, #create_on, #create_string_join, #create_table_alias, #create_true, #grouping, #lower

Constructor Details

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

Instance Method Details

#operatorObject



4
# File 'lib/arel/nodes/equality.rb', line 4

def operator; :== end