Class: Necropsy::Analyzer
- Inherits:
-
Object
- Object
- Necropsy::Analyzer
show all
- Defined in:
- lib/necropsy/analyzer.rb
Instance Method Summary
collapse
Instance Method Details
#analyze(_graph, _project) ⇒ Object
5
6
7
|
# File 'lib/necropsy/analyzer.rb', line 5
def analyze(_graph, _project)
raise NotImplementedError, "#{self.class} must implement #analyze"
end
|
#profile ⇒ Object
9
10
11
|
# File 'lib/necropsy/analyzer.rb', line 9
def profile
raise NotImplementedError, "#{self.class} must implement #profile"
end
|