# File lib/roodi/checks/line_count_check.rb, line 17 def count_lines(node) node.last.respond_to?(:line) ? node.last.line - node.line : 0 end