Class: Necropsy::Analyzer

Inherits:
Object
  • Object
show all
Defined in:
lib/necropsy/analyzer.rb

Instance Method Summary collapse

Instance Method Details

#analyze(_graph, _project) ⇒ Object

Raises:

  • (NotImplementedError)


5
6
7
# File 'lib/necropsy/analyzer.rb', line 5

def analyze(_graph, _project)
  raise NotImplementedError, "#{self.class} must implement #analyze"
end

#profileObject

Raises:

  • (NotImplementedError)


9
10
11
# File 'lib/necropsy/analyzer.rb', line 9

def profile
  raise NotImplementedError, "#{self.class} must implement #profile"
end