Method: Runt::AfterTE#==

Defined in:
lib/runt/temporalexpression.rb

#==(o) ⇒ Object



990
991
992
# File 'lib/runt/temporalexpression.rb', line 990

def ==(o)
  o.is_a?(AfterTE) ? date == o.date && inclusive == o.inclusive  : super(o)
end