Class: CodeStats::Languages::Erb
- Defined in:
- lib/code_stats/languages.rb
Instance Attribute Summary
Attributes inherited from Abstract
Instance Method Summary collapse
Methods inherited from Abstract
#analyze, #characters_count, extensions, #initialize, #lines_count
Constructor Details
This class inherits a constructor from CodeStats::Languages::Abstract
Instance Method Details
#code ⇒ Object
116 117 118 |
# File 'lib/code_stats/languages.rb', line 116 def code @code ||= text end |