, :when, :and, :or
# File lib/roodi/checks/npath_complexity_check.rb, line 34 def evalute_start_case(node) push_value end
# File lib/roodi/checks/npath_complexity_check.rb, line 30 def evalute_start_for(node) push_value end
# File lib/roodi/checks/npath_complexity_check.rb, line 18 def evalute_start_if(node) push_value end
# File lib/roodi/checks/npath_complexity_check.rb, line 38 def evalute_start_rescue(node) push_value end
# File lib/roodi/checks/npath_complexity_check.rb, line 66 def leave_adding_conditional pop = @value_stack.pop puts "#{type}, so adding #{pop}" @current_value = @current_value - 1 + pop end
Generated with the Darkfish Rdoc Generator 2.