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