Class: Influxdb::Arel::Nodes::Now
- Includes:
- Extensions::Math
- Defined in:
- lib/influxdb/arel/nodes/now.rb
Constant Summary
Constants inherited from Node
Influxdb::Arel::Nodes::Node::ENTENSIONS
Instance Method Summary collapse
- #eql?(other) ⇒ Boolean (also: #==)
Methods included from Extensions::Math
Methods inherited from Node
Methods included from Extensions::BooleanPredications
Instance Method Details
#eql?(other) ⇒ Boolean Also known as: ==
7 8 9 |
# File 'lib/influxdb/arel/nodes/now.rb', line 7 def eql?(other) self.class == other.class end |