Class: Influxdb::Arel::Nodes::Now
- Includes:
- Math
- Defined in:
- lib/influxdb/arel/nodes/now.rb
Instance Method Summary collapse
- #eql?(other) ⇒ Boolean (also: #==)
Methods included from Math
Methods inherited from Node
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 |