Class: Arel::Nodes::RandomOrdering
- Inherits:
-
Node
- Object
- Node
- Arel::Nodes::RandomOrdering
- Defined in:
- lib/arel/nodes/random.rb
Instance Method Summary collapse
- #eql?(other) ⇒ Boolean (also: #==)
- #hash ⇒ Object
Instance Method Details
#eql?(other) ⇒ Boolean Also known as: ==
11 12 13 |
# File 'lib/arel/nodes/random.rb', line 11 def eql? other self.class == other.class end |
#hash ⇒ Object
7 8 9 |
# File 'lib/arel/nodes/random.rb', line 7 def hash self.class.hash end |