Module: CoreExtensions::Arel::Nodes::SelectCore
- Defined in:
- lib/core_extensions/arel/nodes/select_core.rb
Instance Attribute Summary collapse
-
#final ⇒ Object
Returns the value of attribute final.
Instance Method Summary collapse
Instance Attribute Details
#final ⇒ Object
Returns the value of attribute final.
5 6 7 |
# File 'lib/core_extensions/arel/nodes/select_core.rb', line 5 def final @final end |
Instance Method Details
#eql?(other) ⇒ Boolean
13 14 15 |
# File 'lib/core_extensions/arel/nodes/select_core.rb', line 13 def eql?(other) super && final == other.final end |