Method: AnalyzedClass#initialize
- Defined in:
- lib/AnalyzedClass.rb
#initialize ⇒ AnalyzedClass
Returns a new instance of AnalyzedClass.
5 6 7 8 9 10 |
# File 'lib/AnalyzedClass.rb', line 5 def initialize @functions = Array.new @variables = Array.new @testedFunctions = Array.new @numberOfLines = 0 end |