14 15 16 17 18 19 20
# File 'lib/oats/unixdiff.rb', line 14 def diffrange(a, b) if (a == b) "#{a}" else "#{a},#{b}" end end