Class: Influxdb::Arel::Nodes::Now

Inherits:
Node
  • Object
show all
Includes:
Math
Defined in:
lib/influxdb/arel/nodes/now.rb

Instance Method Summary collapse

Methods included from Math

#*, #+, #-, #/

Methods inherited from Node

#and, #or, #to_sql

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