Returns:
42 43 44
# File 'lib/inch/api/compare/code_objects.rb', line 42 def removed? !@before.nil? && @after.nil? end