Method: Inch::API::Compare::CodeObjects#removed?

Defined in:
lib/inch/api/compare/code_objects.rb

#removed?Boolean

Returns:

  • (Boolean)


42
43
44
# File 'lib/inch/api/compare/code_objects.rb', line 42

def removed?
  !@before.nil? && @after.nil?
end