3 4 5 6
# File 'lib/opal/equality_patches.rb', line 3 def ==(other) return false unless other.is_a?(Date) broken_equals(other) end
2
# File 'lib/opal/equality_patches.rb', line 2 alias broken_equals ==