389 390 391 392 393
# File 'lib/code/object.rb', line 389 def code_different(other) code_other = other.to_code Boolean.new(self != code_other) end