Class: ComplexityAnalyser
- Inherits:
-
Object
- Object
- ComplexityAnalyser
- Defined in:
- lib/complexity_analyser.rb
Instance Attribute Summary collapse
-
#functions ⇒ Object
Returns the value of attribute functions.
Instance Method Summary collapse
Instance Attribute Details
#functions ⇒ Object
Returns the value of attribute functions.
5 6 7 |
# File 'lib/complexity_analyser.rb', line 5 def functions @functions end |