Class: Arel::Nodes::BindParam

Inherits:
Node
  • Object
show all
Defined in:
lib/arel/nodes/bind_param.rb

Instance Method Summary collapse

Methods inherited from Node

#_caller, #and, #each, #initialize, #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::Node

Instance Method Details

#==(other) ⇒ Object



5
6
7
# File 'lib/arel/nodes/bind_param.rb', line 5

def ==(other)
  other.is_a?(BindParam)
end