Class Dragonfly::Analyser
In: lib/dragonfly/analyser.rb
Parent: FunctionManager

Methods

add   analyse   clear_cache!   new  

Attributes

analysis_method_names  [R] 
analysis_methods  [R] 

Public Class methods

Public Instance methods

Each time a function is registered with the analyser, add a method to the analysis_methods module. Expects the object that is extended to define ‘analyse(method, *args)’

[Validate]