Returns:
26 27 28
# File 'lib/inch/api/compare/code_objects.rb', line 26 def added? @before.nil? && !@after.nil? end