# File lib/roodi/checks/control_coupling_check.rb, line 19 def evaluate_start_lvar(node) add_error "Method \"#{@method_name}\" uses the argument \"#{node[1]}\" for internal control." if @arguments.detect {|each| each == node[1]} end