# File lib/compass/stats.rb, line 82
      def lines
        contents.inject(0){|m,c| m + 1 }
      end