# File lib/more/facets/math/delta.rb, line 4 def self.delta(i, j) return Integer(i) == Integer(j) ? 1 : 0 end