lib/simplabs/excellent/parsing/module_context.rb in simplabs-excellent-1.4.2 vs lib/simplabs/excellent/parsing/module_context.rb in simplabs-excellent-1.5.0

- old
+ new

@@ -14,11 +14,11 @@ attr_reader :line_count def initialize(exp, parent) super @name, @full_name = get_names - @methods = [] - @line_count = count_lines + @methods = [] + @line_count = count_lines end end end