Module: GitStatistics::StringExt
- Included in:
- String
- Defined in:
- lib/git_statistics/core_ext/string.rb
Instance Method Summary collapse
Instance Method Details
#clean_for_authors ⇒ Object
3 4 5 |
# File 'lib/git_statistics/core_ext/string.rb', line 3 def self.strip.force_encoding("iso-8859-1").encode("utf-8") end |