class Arel::Nodes::True
Public Instance Methods
Source
# File lib/arel/nodes/true.rb, line 9 def eql? other self.class == other.class end
Also aliased as: ==
# File lib/arel/nodes/true.rb, line 9 def eql? other self.class == other.class end