# File lib/compass/stats.rb, line 61 def contents @contents ||= File.read(path) end
# File lib/compass/stats.rb, line 77 def lines contents.inject(0){|m,c| m + 1 } end
# File lib/compass/stats.rb, line 89 def mixin_count visitor.mixin_count end
# File lib/compass/stats.rb, line 86 def mixin_def_count visitor.mixin_def_count end
# File lib/compass/stats.rb, line 83 def prop_count visitor.prop_count end
# File lib/compass/stats.rb, line 80 def rule_count visitor.rule_count end
Generated with the Darkfish Rdoc Generator 2.