11 12 13 14
# File 'lib/hyper-operation/opal_patches.rb', line 11 def ==(other) return false unless other.is_a?(Time) broken_equals(other) end
10
# File 'lib/hyper-operation/opal_patches.rb', line 10 alias broken_equals ==