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